You can use this. https://beyondco.de/docs/laravel-websockets/getting-started/introduction
It uses the pusher api, meaning you can just swap it in (your code will still work).
And: https://beyondco.de/docs/laravel-websockets/faq/scaling
I build an app where I need to use sockets for the first time. I tested pusher.com and it would work. But it is a bit expensive. So my question is, if it is cheaper to do it maybe with something like sockets.io. Or do I then have other problems like "it crashes with too much people"? Then I would go with pusher first and switch later. Or is it really simple to do it with another tool. Or are there other tools and alternatives to pusher. I like pusher because it is simple and works good with laravel.
You can use this. https://beyondco.de/docs/laravel-websockets/getting-started/introduction
It uses the pusher api, meaning you can just swap it in (your code will still work).
And: https://beyondco.de/docs/laravel-websockets/faq/scaling
Please or to participate in this conversation.