Heyaj05's avatar

Difference between laravel echo and laravel echo server?

Trying to implement puhser with my laravel app and thoroughly confused between the difference between Laravel echo and Laravel echo server. Also, do I need redis? All I need to make sure is my front ends (mobile and web) is in sync with my backend. Any help would be appreciated.

0 likes
4 replies
walidabou's avatar

If you are going to use pusher you don't need laravel echo server. You just need laravel echo on the front end.

laravel echo server is a community driven Socket.IO server as Laravel does not include a Socket.IO server implementation.

Please or to participate in this conversation.