Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Centrifugo): Add Centrifugo service feat(service): Add Centrifugo service #944

Open
CariappaKGanapathi opened this issue Jan 29, 2025 · 0 comments
Labels
affects/services Issue or PR related to a notification service. good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up for grabs

Comments

@CariappaKGanapathi
Copy link

Describe the missing service. Please provide useful links.
Centrifugo is an open-source real-time messaging server. Centrifugo can instantly deliver messages to application online users connected over supported transports – WebSocket, HTTP-streaming, SSE/EventSource, WebTransport, GRPC. Centrifugo is built around channel concept – clients subscribe to channels to receive publications, different subscriptions are multiplexed over a single connection to the server. So Centrifugo is a user-facing PUB/SUB server, with many additional features around this core concept.

Describe the solution you'd like
Sending the message to Centrifugo over websockets in order to handle notification in client facing webapp

Potential libraries to use
https://github.com/centrifugal/centrifugo

@CariappaKGanapathi CariappaKGanapathi added affects/services Issue or PR related to a notification service. good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up for grabs labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/services Issue or PR related to a notification service. good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up for grabs
Projects
None yet
Development

No branches or pull requests

1 participant