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 <kamranahmed.se@gmail.com>
pull/2513/head^2
Tomasz Hamerla 2 years ago committed by GitHub
parent de9ccf7448
commit 637478b31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md

@ -1 +1,7 @@
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/centrifugal/centrifugo'>GitHub Repository</BadgeLink>
<BadgeLink badgeText='Read' herf='https://centrifugal.dev/docs/getting-started/introduction'>Getting started</BadgeLink>
Loading…
Cancel
Save