| the biggest drawback with SSE, even when unidirectional comm is sufficient is > SSE is subject to limitation with regards to the maximum number of open connections. This can be especially painful when opening various tabs as the limit is per browser and set to a very low number (6). https://ably.com/blog/websockets-vs-sse SharedWorker could be one way to solve this, but lack of Safari support is a blocker, as usual. https://developer.mozilla.org/en-US/docs/Web/API/SharedWorke... also, for websockets, there are various libs that handle auto-reconnnects https://github.com/github/stable-socket https://github.com/joewalnes/reconnecting-websocket https://dev.to/jeroendk/how-to-implement-a-random-exponentia... |
If you’re still using HTTP/1.1, then yes, this would be a problem.