1.0 Overview| fossil-scm.org
Websocket is the main transport in Centrifugo. It's a very efficient low-overhead protocol on top of TCP. Websocket works out of the box in all modern browsers and almost all programming languages have Websocket implementations. This makes Websocket an efficient universal real-time transport which can be used to connect to Centrifugo from almost everywhere.| centrifugal.dev
Delta compression feature allows a client to subscribe to a channel in a way so that message payloads contain only the differences between the current message and the previous one sent on the channel.| centrifugal.dev
Discover how to reduce bandwidth costs, improve end-user latencies, and simplify development with Message Delta Compression.| Ably Realtime