# Links * [Scaling WebSocket Connections using Shared Workers - DEV Community](https://dev.to/ayushgp/scaling-websocket-connections-using-shared-workers-14mj) * A good overview of how to use `SharedWorker`, `BroadcastChannel`, and Websockets (though Server-Sent Events are also viable) for using a single HTTP connection for a user's event stream across all tabs/windows.