Answer the question
In order to leave comments, you need to log in
How reliable is native websocket in laravel?
In a Laravel application, we want to use a websocket. But we can't decide how good the free option of using this package is. If the project is impacted by a large number of simultaneous connections and millions of messages per day, how long will it all work? What does it depend on? Or all the same for maintenance, turn to paid services?
Answer the question
In order to leave comments, you need to log in
I would recommend this lib
https://centrifugal.dev/
It has proven itself very cool. Plus no need to torment the puff
If the project is impacted by a large number of simultaneous connections and millions of messages per day, how long will it all work?
Or all the same for maintenance, turn to paid services?
If you read the documentation, you can find that the entire project can be split into several servers.
In websockets, the main thing is not how many messages per day, but how many simultaneous connections the server can withstand.
Any libraries are just sugar around one technology. In the box, an excellent solution without witchcraft and dancing.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question