Laravel Reverb - Real-time WebSocket
Extracto
Laravel Reverb brings real-time WebSocket communication to Laravel applications.
Contenido
Blazing Fast
Reverb is fine-tuned for speed. A single server can support thousands of connections, piping data without the delay and inefficiency of HTTP polling.
Built for Scale
Infinitely increase capacity by utilizing Reverb's built-in support for horizontal scaling using Redis, allowing you to manage connections and channels across multiple servers.
Pusher Protocol
Reverb utilizes the Pusher protocol for WebSockets, making it immediately compatible with Laravel broadcasting and Laravel Echo.
Fuente: Laravel Reverb