2 repository-uri
Clients that connect to multiple compatible chat servers simultaneously with support for themes and plugins.
Distinct from Multi-Instance Connection Managers: Distinct from Multi-Instance Connection Managers: focuses on chat-specific multi-server connectivity with theming and plugin support, not general application instance management.
Explore 2 awesome GitHub repositories matching networking & communication · Multi-Server Chat Clients. Refine with filters or upvote what's useful.
SpaceBarChat is an open-source, self-hosted chat server that implements the Discord client-server protocol, allowing existing Discord clients and bots to connect without modification. It provides a complete communication platform for real-time messaging, voice, and video, all running on your own infrastructure with data stored in a PostgreSQL database that automatically synchronizes its schema with the application source code. The platform is built on a three-service architecture that separates API, Gateway, and CDN processes, communicating via Unix domain sockets or RabbitMQ for coordination
Connecting a single client to multiple compatible chat servers simultaneously with support for themes and plugins.
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
Connects to multiple IRC servers simultaneously and switches between them from a single web interface.