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-lightbulbLocal development:
go run main.goRun the project and open index.html on your browser to try it on your local.
