jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Consider using websockets to communicate with the server #401

Closed jkomoros closed 7 years ago

jkomoros commented 7 years ago

Instead of the polling:

http://blog.u2i.com/we-made-a-multiplayer-browser-game-in-go-for-fun/?utm_source=golangweekly&utm_medium=email

jkomoros commented 7 years ago

https://github.com/gorilla/websocket/tree/master/examples/chat

jkomoros commented 7 years ago