Hacker News new | ask | show | jobs
by ranger_danger 435 days ago
My problem with SSE is that it has a very low connection limit of 6 per domain across the entire browser session.
2 comments

That's an HTTP 1.1 problem, not SSE. Websockets has the same restriction.
You just use HTTP/2. It's a solved problem.