laradock icon indicating copy to clipboard operation
laradock copied to clipboard

Add Centrifugo Server Support

Open erikn69 opened this issue 1 year ago • 0 comments

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).
  • [x] 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:

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

erikn69 avatar Jan 24 '24 19:01 erikn69