Simple Chat application written in Go and gorilla WebSocket Requirements ⚠️ Go installed Prepare development environment go mod download Build the code go build -o dist/server cmd/web/*.go Start working with the application Run the server ./dist/server # Then you should see the message 2022/11/14 18:57:37 Starting channel listener