ntc-gsuperwss
ntc-gsuperwss is an example golang websocket server handle more than 1 million websockets connections, lightweight, high performance, large scale.
Install dependencies
# install library dependencies
#make deps
go mod download
# update go.mod file
go mod tidy
Build
export GO111MODULE=on
make build
Start with mode: development | production | staging | test
# development
make run
# production
make run-prod
# staging
make run-stag
# test
make run-test
Clean build
make clean
License
This code is under the Apache License v2.