abdosarmini's avatar

Is Laravel Reverb Slow?

There is a demo on the Laravel Reverb's website which tests the real-time web socket. But it seems there is a delay between clicking the button and showing the reaction on the other window. It doesn't seem instant like other web sockets. What do you think?

enter image description here

0 likes
4 replies
martinbean's avatar

@abdosarmini I think it’s a demo and should be taken with a grain of salt. You can look at the underlying implementation when it’s actually release on Tuesday, March 12.

harrazmasri's avatar

I've tried with several resources and cloning from github and it seems I'm getting some latency to broadcast around 200-270ms

harrazmasri's avatar

In the event i replaced implements ShouldBroadcast to ShouldBroadcastNow and now the event is broadcasted instantly

4 likes

Please or to participate in this conversation.