go get https://github.com/riscie/websocket-tic-tac-toe
go build
- run the produced binary
- connect to http://localhost:8080
- install gin: https://github.com/codegangsta/gin
- start with gin:
gin -a 8080 r .\server.go
- some methods need refactoring
- could implement cookies to identify clients
- writing tests