Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/b1018043/canvas-study-backend

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/b1018043/canvas-study-backend

  • v0.0.0-20220320171802-59dfa3b87355
  • Source
  • Go
  • Socket score

Version published
Created
Source

canvas-study-backend

canvas-studyのバックエンド

利用手順

docker

docker build -t imagename .
docker run -d -p 8080:8080 imagename

dockerを利用しない場合

初めに以下のコマンドを実行

go mod download

Makefile

make
./main

go build

go build -o main main.go
./main

利用技術

  • github.com/gin-gonic/gin
  • github.com/gorilla/websocket
  • gopkg.in/olahol/melody.v1

FAQs

Package last updated on 20 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc