ntc-gwsc is golang code example websocket client using library gorilla.
# Install dependencies
#make deps
go mod download
# update go.mod file
go mod tidy
# Run upgrade all library dependencies
go get -u
go mod tidyexport GO111MODULE=on
make buildmake cleanmake runmake run-testmake run-stagmake run-prodThis code is under the Apache License v2.