Language-agnostic real-time messaging (Websocket or SockJS) server.
Deploy this app to Linode with a free $100 credit!
Centrifugo is an open-source scalable real-time messaging server. Centrifugo can instantly deliver messages to application online users connected over supported transports (WebSocket, HTTP-streaming, SSE/EventSource, GRPC, SockJS, WebTransport). Centrifugo has the concept of a channel – so it's a user-facing PUB/SUB server.
Centrifugo is language-agnostic and can be used to build chat apps, live comments, multiplayer games, real-time data visualizations, collaborative tools, etc. in combination with any backend. It is well suited for modern architectures and allows decoupling the business logic from the real-time transport layer.
Several official client SDKs for browser and mobile development wrap the bidirectional protocol. In addition, Centrifugo supports a unidirectional approach for simple use cases with no SDK dependency.
The core idea of Centrifugo is quite simple – it's a PUB/SUB server on top of modern real-time transports:
The hard part is to make this concept production-ready, efficient and available from different application environments. Centrifugo is a mature solution that already helped many projects with adding real-time features. It provides unique properties not available in other OSS solutions in the area:
This repository is hosted by packagecloud.io.
Also thanks to JetBrains for supporting OSS (most of the code here written in Goland):
Please login to review this project.
No reviews for this project yet.
All-in-one customer engagement platform from lead-gen to po…
Instant messaging platform. Backend in Go. Clients: Swift i…
A peer-to-peer chat app that is serverless, decentralized, …
Comments (0)
Please login to join the discussion on this project.