Pusher alternatives for local development with Laravel Broadcasting
Recently, I built a proof of concept for a feature using Laravel’s Broadcasting feature. While I was familiar with its existence, it was my first time actually using it for something. With broadcasting, we’re referring to the concept of transmitting server-side events to one or more clients; typically,...