Centrifugo is a self-hosted, language-agnostic real-time messaging server that delivers instant messages to connected users.
Centrifugo is an open-source PUB/SUB server designed to deliver real-time messages instantly to online users via transports like WebSocket, HTTP-streaming, and GRPC. It helps decouple your business logic from the real-time transport layer, enabling features like chat apps or live comments with simple HTTP and GRPC APIs. You'll set it up once to handle your application's real-time needs.
Centrifugo is a self-hosted, language-agnostic real-time messaging server that delivers instant messages to connected users.
Developers needing a scalable, self-hosted real-time messaging solution for their applications, avoiding third-party services like PubNub or Pusher.