Skip to content

mistikel/api-websocket-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-websocket-go

Prerequisite tools

  • Go version go1.14.1
  • Docker (optional)

Command

  • Install Dependency

    go mod download
    
  • Test

    go test -race ./...
    
  • Run server

    go run main.go
    
  • Run client

    cd client && go run client.go
    
  • Run script request to publish message

    ./request.sh
    
  • Run with docker

    docker build -t asg .
    docker run -p 8080:8080 asg
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published