Absortio

Email → Summary → Bookmark → Email

Laravel Reverb - Real-time WebSocket

https://reverb.laravel.com/ Feb 5, 2024 21:35

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.

chart example of reverb working

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