-
Is the RoadRunner - broadcast plugin compatible with Pusher or Socket.IO https://laravel.com/docs/9.x/broadcasting#pusher-compatible-open-source-alternatives |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @litan1106. No, the broadcast plugin hasn't implemented the |
Beta Was this translation helpful? Give feedback.
Hey @litan1106. No, the broadcast plugin hasn't implemented the
Laravel Echo
API. But, if you make an issue with the detailed Laravel Echo API description, it could be implemented as one of the broadcast drivers.In general, the broadcast plugin accepts different drivers (Redis, boltdb, memory, etc). The driver connects to the broadcast plugin to provide broadcast capabilities. For the Laravel Echo, that could be a similar driver.