From 637478b31e7265705389904c21a99847c58a1fa7 Mon Sep 17 00:00:00 2001 From: Tomasz Hamerla Date: Mon, 17 Oct 2022 08:55:29 +0200 Subject: [PATCH] Add content for centrifugo (#2523) * Update 101-centrifugo.md * Update content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md Co-authored-by: Kamran Ahmed --- .../106-go-realtime-communication/101-centrifugo.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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