]> git.cworth.org Git - empires-api/commitdiff
Document the new /events API endpoint
authorCarl Worth <cworth@cworth.org>
Sun, 10 May 2020 16:51:24 +0000 (09:51 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 10 May 2020 16:51:24 +0000 (09:51 -0700)
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).


No differences found