Basic implementation of sockets used for a meetup talk. The example keeps a countdown timer and resets once a client hits the button. If the timer hits zero, game is over.
go get github.com/BertoOrt/websocket-intro
go run main.go
Running on localhost:3000