Reputation: 73
I am working on Laravel application and I need to implement Broadcasting feature. Official documentation https://laravel.com/docs/7.x/broadcasting suggests 3 ways:
Till now I have tried to use only Pushes.com solution as a simplest one. On my testes this solution delivers messages to users browsers with delay about 1 second. But 1 second is too long for me.
Upvotes: 5
Views: 507