Hacker News
- Centrifugo – real-time messaging server migrated from Python to Go https://github.com/centrifugal/centrifugo 11 comments
- Centrifugo – real-time messaging server in Go, supports WebSockets and SockJS https://github.com/centrifugal/centrifugo 3 comments
- Centrifugo v5.4.0 – self-hosted real-time messaging solution, replacement of Ably, Pusher, Pubnub – now with delta compression in channels (inspired by Ably's feature) & cache recovery mode (similar to Pusher's cache channels) https://github.com/centrifugal/centrifugo/releases/tag/v5.4.0 4 comments selfhosted
- Centrifugo v5.1.0 released, with new powers for real-time messaging tasks, now with proxy GRPC subscription streams – similar to WebSocketd but over the network https://github.com/centrifugal/centrifugo/releases/tag/v5.1.0 2 comments golang
- GitHub - centrifugal/centrifuge-js: JavaScript client SDK to communicate with Centrifugo real-time messaging server from browser, NodeJS and React Native. Supports WebSocket, HTTP-streaming, EventSource, WebTransport and SockJS transports https://github.com/centrifugal/centrifuge-js 13 comments javascript
- Centrifugo v4 released – with own WebSocket emulation layer, optimized client protocol, unified SDK behavior, experimental HTTP/3 and WebTransport support https://centrifugal.dev/blog/2022/07/19/centrifugo-v4-released 17 comments golang
- Centrifugo – self-hosted alternative to public real-time messaging clouds like pusher.com, ably.com, pubnub.com https://github.com/centrifugal/centrifugo 6 comments selfhosted
- Centrifugo – self-hosted real-time messaging server with bidirectional (WebSocket, SockJS) and unidirectional transports (Eventsource, HTTP-streaming, GRPC), JSON and Protobuf protocols, builtin scalability with PUB/SUB brokers, fully universal/language-agnostic. https://github.com/centrifugal/centrifugo 7 comments selfhosted
- Centrifugo – scalable real-time messaging server. Handles WebSocket, EventSource, GRPC, HTTP-streaming and SockJS connections, manages channel subscriptions. Provides API to publish messages into channels. Integrates well with any stack. https://github.com/centrifugal/centrifugo 5 comments coding
- Centrifugo v3 released – with unidirectional transports (GRPC, EventSource, HTTP-streaming), GRPC hooks, faster JSON protocol, high-performance Tarantool engine, and more https://centrifugal.dev/blog/2021/08/31/hello-centrifugo-v3 6 comments golang
- Centrifuge – a real-time messaging core of Centrifugo server as standalone library for Go https://github.com/centrifugal/centrifuge 3 comments golang
- Centrifugo v2 – language-agnostic scalable real-time messaging server is even better now. Protobuf protocol, JWT auth, GRPC API, message recovery algorithms and more. https://github.com/centrifugal/centrifugo 7 comments opensource
- Centrifugo v2.0 released. Built on top of new real-time messaging library for Go https://medium.com/@fzambia/centrifugo-v2-0-released-built-on-top-of-new-real-time-messaging-library-for-go-language-b6ac034a6937 5 comments golang
- Centrifugo v1.3.2 released – real-time messaging server (WebSocket or SockJS) got lots of useful features since last time I posted link here (message recovery mechanism after client reconnect, various optimisations, new javascript client etc) https://github.com/centrifugal/centrifugo/releases/tag/v1.3.2 3 comments golang
- Centrifugo 1.0 out – language agnostic real-time (Websocket and SockJS) server in Go https://github.com/centrifugal/centrifugo/releases/tag/v1.0.0 4 comments golang
- Centrifugo – open-source real-time messaging server in Go, the successor of Centrifuge (originally written in Python) https://github.com/centrifugal/centrifugo 10 comments golang