Skip to content

okiww/go-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-socket

Implementation API Go with Websocket

Run the code

The first clone or download this project

The way

  • First you will need Go installed in your local machine

  • Go to dir project go-socket

  • Install dep dependency manager

    $ go get -u github.com/golang/dep/cmd/dep

  • Run dep ensure to downloads all dependencies

    $ dep ensure

  • Run the app using this command

    $ go run main.go

  • Open http://localhost:8080

About

Implementation API Go with Websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published