Comment on Ask HN: What stack for a multiplayer board game?parentComments−bilekas4yPersonally I would try Server Sent Events if its just a hobby. https://html.spec.whatwg.org/#server-sent-eventsSupports compression easier, less issues with proxies, multiplexing etc. And have found that they're much more simple to play with!−tspOP4yInteresting! I never used SSE, because I read that it is more complicated than websockets.
Comments
Personally I would try Server Sent Events if its just a hobby. https://html.spec.whatwg.org/#server-sent-events
Supports compression easier, less issues with proxies, multiplexing etc. And have found that they're much more simple to play with!
Interesting! I never used SSE, because I read that it is more complicated than websockets.