Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Real-time messaging library for Go - Websocket, GRPC, SockJS. Work in progress.

License

Notifications You must be signed in to change notification settings

RandomDeveloperM/centrifuge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

67 Commits

Repository files navigation

Centrifuge

Work in progress. Not ready for production yet. Contributions are welcome.

This library represents real-time core for Centrifugo server. This is also aimed to be a standalone general real-time messaging library for Go programming language.

Message transports:

  • Websocket transport using JSON or binary Protobuf protocol
  • GRPC bidirectional streaming over HTTP/2 (Protobuf only)
  • SockJS polyfill library support (JSON only)

Features:

  • Fast and optimized for low-latency communication with thousands of client connections
  • Scaling to many nodes with Redis PUB/SUB, built-in Redis sharding, Sentinel for HA
  • Presence information for channels (show all active clients in channel)
  • History information for channels (last messages sent into channel)
  • Join/leave events for channels (client goes online/offline)
  • Message recovery mechanism to survive short network disconnects
  • Bidirectional asynchronous message communication
  • RPC support to call custom handlers in your Go code
  • MIT license

Godoc

About

Real-time messaging library for Go - Websocket, GRPC, SockJS. Work in progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Shell 0.5%

AltStyle によって変換されたページ (->オリジナル) /