From: Carl Worth Date: Sun, 10 May 2020 16:51:24 +0000 (-0700) Subject: Document the new /events API endpoint X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=39b74cde47375adaeacc33507a2173b63e3de10c;hp=39b74cde47375adaeacc33507a2173b63e3de10c;p=empires-api Document the new /events API endpoint This is a server-sent events stream which should be very convenient for implementing the desired semantics of the game. For example, this stream will allow the server to push out each character name to all clients dur the phase of the game where characters are revealed (without requiring clients to poll for characters nor agree on the timing for displaying them). ---