phxql / restwars

An online game (like the good old browsergames) which can be played via a REST interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Add websocket to determine the beginning of the next round

vlow opened this issue · comments

commented

Add a websocket to the server which sends out a small ping whenever a new round begins (e.g. containing the round number). Check this delicious piece of software: https://github.com/joewalnes/websocketd

commented

Wow, nicely done! This renders a lot of bloaty synchronizing code in the clients redundant!