Hacker News new | ask | show | jobs
by bilekas 1443 days ago
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!

1 comments

Interesting! I never used SSE, because I read that it is more complicated than websockets.