Andrey Tushev
Andrey Tushev

Reputation: 73

How to achieve high speed with Laravel Broadcasting

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:

  1. Pusher.com --> Echo
  2. laravel-websockets --> Echo
  3. Redis --> Socket.Io --> Echo

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

Answers (0)

Related Questions