Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
centrifugo-6.2.2-0.x86_64.rpm | 2025-06-29 | 37.9 MB | |
centrifugo-6.2.2-0.x86_64.rpm_checksum.txt | 2025-06-29 | 96 Bytes | |
centrifugo_6.2.2-0_amd64.deb | 2025-06-29 | 37.9 MB | |
centrifugo_6.2.2-0_amd64.deb_checksum.txt | 2025-06-29 | 95 Bytes | |
centrifugo_6.2.2_checksums.txt | 2025-06-29 | 817 Bytes | |
centrifugo_6.2.2_darwin_amd64.tar.gz | 2025-06-29 | 22.1 MB | |
centrifugo_6.2.2_darwin_arm64.tar.gz | 2025-06-29 | 21.2 MB | |
centrifugo_6.2.2_freebsd_amd64.tar.gz | 2025-06-29 | 21.6 MB | |
centrifugo_6.2.2_windows_amd64.zip | 2025-06-29 | 22.0 MB | |
centrifugo_6.2.2_linux_386.tar.gz | 2025-06-29 | 20.6 MB | |
centrifugo_6.2.2_linux_amd64.tar.gz | 2025-06-29 | 21.7 MB | |
centrifugo_6.2.2_linux_arm64.tar.gz | 2025-06-29 | 20.4 MB | |
centrifugo_6.2.2_linux_armv6.tar.gz | 2025-06-29 | 20.5 MB | |
README.md | 2025-06-29 | 1.7 kB | |
v6.2.2 source code.tar.gz | 2025-06-29 | 7.3 MB | |
v6.2.2 source code.zip | 2025-06-29 | 7.4 MB | |
Totals: 16 Items | 260.6 MB | 0 |
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, Server-Sent Events (SSE/EventSource), GRPC, 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.
For details, go to the Centrifugo documentation site.
What's changed
Improvements
- Option to use try lock for postgresql consumer, #988. New option for PG consumer
use_try_lock
(boolean, defaultfalse
) to usepg_try_advisory_xact_lock
instead ofpg_advisory_xact_lock
for locking outbox table. This may help to reduce the number of long-running transactions on PG side.
Fixes
- Fix log entries about engine on start #992.
Miscellaneous
- This release is built with Go 1.24.4.
- Updated dependencies.
- See also the corresponding Centrifugo PRO release.