Show HN: Shared EventSource
1 monssoen 0 8/13/2025, 2:13:29 PM github.com ↗
To get around the browser maximum limit of 6 SSE connections per domain (eg. on localhost) I created a very small library which forwards one EventSource to all tabs and workers using a BroadcastChannel. A leader is selected using the Web Locks API. It has the same API as a regular EventSource.
No comments yet