Everything on real-time.
4 articles tagged real-time, sorted newest first.
Auto-Refresh a Livewire 4 Dashboard with wire:poll
wire:poll keeps a Livewire 4 dashboard's metric cards current on an interval, with no JavaScript. Here's how to tune it, throttle it, and scope it to an island.
Build a Real-Time Chat App with Livewire 4 and Reverb
Most chat tutorials stop at 'message appears' and lean on Pusher. This is the end-to-end, first-party build: Reverb, DB-first persistence, private and presence channels, typing indicators, channel auth, and deployment — with no hand-written message JS.
Laravel Reverb in Production — Horizontal Scaling, Presence Channels, and Load Balancing
Single-node Reverb is a fine starting point, but a real cluster needs Redis pub/sub, sticky sessions, supervised processes, the right health check, and connection monitoring. Here is the full playbook.
Real-Time Notifications with Laravel Reverb and Echo
Reverb is Laravel's free, first-party WebSocket server. Here's how to go from zero to live browser notifications: private channels, Echo, and an Alpine.js toast: without touching Pusher.