lcox74 / snailrace

A fun discord bot where you can race snails against other members.
0 stars 0 forks source link

Stream Race State #37

Open lcox74 opened 1 year ago

lcox74 commented 1 year ago

Requires #35

Modify the GET /api/join so it will new be a web socket, WS /api/join. This connection/stream will keep open for the duration of the race with the server sending the race state when it changes and the client acknowledges the messages.

The body won't be a render of the race as it is in Discord, but instead be a JSON object of the race board with the current position of each snail.