Skip to content

ntc-gwss is golang code example websocket server using library gorilla

License

Notifications You must be signed in to change notification settings

congnghia0609/ntc-gwss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntc-gwss

ntc-gwss is golang code example websocket server using library gorilla.

Install dependencies

# Install dependencies
#make deps
go mod download

# update go.mod file
go mod tidy

# Run upgrade all library dependencies
go get -u
go mod tidy

Build

export GO111MODULE=on
make build

Clean file build

make clean

Run with environment: development | test | staging | production

development

make run

test

make run-test

staging

make run-stag

production

make run-prod

License

This code is under the Apache License v2.

About

ntc-gwss is golang code example websocket server using library gorilla

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages