awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPersistent Server-Side Connections

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.

Awesome Persistent Server-Side Connections GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • thelounge/theloungeAvatar de thelounge

    thelounge/thelounge

    6,274Voir sur GitHub↗

    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.

    TypeScriptchatircirc-client
    Voir sur GitHub↗6,274
  1. Home
  2. Networking & Communication
  3. Server Connection Managers
  4. Persistent Server-Side Connections