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

Add Centrifugo Server Support #3497

Closed
wants to merge 2 commits into from
Closed

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Jan 24, 2024

Description

Centrifugo Server is a lightweight open source replacement for soketi(broadcasting)
https://centrifugal.dev/getting-started/installation
https://github.com/denis660/laravel-centrifugo

Centrifugo is language-agnostic and can be used to build chat apps, live comments, multiplayer games, real-time data visualizations, collaborative tools, etc., in combination with any backend. It is well suited for modern architectures and allows decoupling of business logic from the real-time transport layer.

Centrifugo provides a straightforward and non-obtrusive way to introduce real-time updates and manage many persistent connections without radical changes in the application backend architecture. Developers can continue to work on the application's backend using their preferred language or framework, and keep the existing architecture. Just let Centrifugo deal with persistent connections and be the real-time messaging transport layer.

EXAMPLE: https://centrifugal.dev/blog/2021/12/14/laravel-multi-room-chat-tutorial
BROADCASTER: https://github.com/Opekunov/laravel-centrifugo-broadcaster
LARAVEL ECHO: https://github.com/laravel/echo/tree/centrifuge

Types of Changes

  • [] Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected).

Definition of Done Checklist:

  • I've read the Contribution Guide.
  • [] I've updated the documentation. (refer to this for how to do so).
  • I enjoyed my time contributing and making developer's life easier :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant