How to Integrate Laravel Reverb with Android/iOS Apps for Real-Time WebSocket Communication? #52699
Unanswered
harshpatel147
asked this question in
Q&A
Replies: 1 comment
-
Reverb is seamlessly integrated with the broadcast system, which supports multiple protocols such as Pusher channel, and Laravel provides a js client (Laravel echo) to use the Pusher protocol on the web. https://pusher.com/docs/channels/getting_started/ios/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on integrating Laravel Reverb, a new first-party package introduced by Laravel for WebSocket communication, with Android and iOS applications. While Laravel Echo works seamlessly for web clients, I am seeking guidance on how to establish and manage WebSocket connections with Laravel Reverb on mobile platforms.
Specifically, I am looking for:
Additionally, I would like to request Laravel & @taylorotwell to consider developing a client package for Android and iOS that is analogous to Laravel Echo, to simplify integration and enhance support for mobile native clients.
Any insights or examples would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions