by mr_donk on 6/28/17, 7:02 PM with 3 comments
You can check out the game here: https://electrollama.net/alphaparty
I wrote a post about configuring Nginx to work with SSE when used as a reverse proxy for node (this was a bit tricky... my server worked fine when connecting straight to node, but not through a proxy without some monkeying around) https://www.electrollama.net/blog/2017/6/22/html-sse-with-no...
Also, my first post on HN, despite being a lurker here for over 5 years! I apologize if I've formatted this wrong...
by stephenr on 6/29/17, 3:12 AM
A key thing to me is that sse can be polyfilled for older browsers. Websockets cannot.
by sjs382 on 6/28/17, 10:18 PM