Deployed version: https://kubilayeldemir.github.io/go-websocket-lightbulb/
Build and Run:
docker build -t go-websocket-lightbulb .
docker run -p 8085:8080 go-websocket-lightbulb
Local development:
go run main.go
Run the project and open index.html on your browser to try it on your local.