laravel / echo

Laravel Echo library for beautiful Pusher and Ably integration.
https://laravel.com/docs/broadcasting#client-side-installation
MIT License
1.18k stars 182 forks source link

Adds support for Reverb as an Echo broadcaster #391

Closed joedixon closed 8 months ago

joedixon commented 8 months ago

This pull request adds support for Reverb as an Echo broadcaster.

Under the hood, Reverb will use the existing Pusher connector while explicitly setting the cluster option which avoids an error being returned from the Pusher SDK and means it doesn't have to be configured in the environment or manually when instantiating Echo.