laravel-websockets icon indicating copy to clipboard operation
laravel-websockets copied to clipboard

Handle socket events from clinet to laravel-echo

Open mohhamedion opened this issue 2 years ago • 1 comments

Hi, am in a situation where clients need to emit socket events, then send back a laravel-echo push event from the server side

Is there anyway to do that with laravel-echo?

i don't want to add extra custom handler because thats mean extra connection (one for pusher and one for my handler)

mohhamedion avatar Aug 30 '22 12:08 mohhamedion

Is there anyway to do that with laravel-echo?

Yes

cesarreyes3 avatar Sep 05 '22 19:09 cesarreyes3