implementation for: https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/
# enable go mod
export GO111MODULE=on
# for proxy
export GOPROXY=https://goproxy.io
go run server.go
implementation for: https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/
# enable go mod
export GO111MODULE=on
# for proxy
export GOPROXY=https://goproxy.io
go run server.go