←back to thread

170 points bko | 1 comments | | HN request time: 0.199s | source
Show context
mike_ivanov ◴[] No.43650803[source]
But.. SSE is limited to like 6 or so connections per browser, no?
replies(3): >>43651111 #>>43651444 #>>43651531 #
1. andriusbartulis ◴[] No.43651444[source]
With HTTP/1 the limit is 6 per domain per browser. With HTTP/2 the limit is negotiated between the server and client, 100 by default.

It's not a problem in practice, just ensure to use HTTP/2.