1 مستودع
Keeps connections alive on the server so clients never disconnect, even when the browser is closed or offline.
Distinct from Server Connection Managers: Distinct from Server Connection Managers: focuses on maintaining persistent server-side connections that survive client disconnection, not general connection lifecycle management.
Explore 1 awesome GitHub repository matching networking & communication · Persistent Server-Side Connections. Refine with filters or upvote what's useful.
The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne
Keeps IRC connections alive on the server so users never disconnect, even when their browser is closed or offline.