diff --git a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md index 677c708f4..257b35205 100644 --- a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md +++ b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md @@ -1 +1,7 @@ -# Centrifugo \ No newline at end of file +# Centrifugo + +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. + +Free Content +GitHub Repository +Getting started \ No newline at end of file