1 repository
Self-hosted chat servers that store messages and metadata in PostgreSQL with automatic schema management.
Distinct from PostgreSQL Integrations: Distinct from PostgreSQL Integrations: focuses on full chat server implementations using PostgreSQL as the backing store, not just integration libraries or connectors.
Explore 1 awesome GitHub repository matching data & databases · Chat Servers. 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
Provides a self-hosted chat server with all data stored in PostgreSQL and automatic schema synchronization.