0

I was researching how to implement WebSocket functionality using Laravel, and I came across various solutions that involved additional packages like Pusher, Socket.IO, Echo, and Echo Web Server.

I'm curious to know if it's feasible to implement WebSocket functionality solely using Laravel WebSockets, Redis, and the WebSocket API native to modern browsers.

Could someone please clarify if this is achievable? If so, I'd greatly appreciate guidance on how to proceed with such an implementation.

Gandrick
  • 1
  • 1
  • From what I understand all (or at least most) the client-side libraries you mentioned are implemented to use that API so I guess you can do it yourself but you will end up essentially re-implementing them – apokryfos Jul 04 '23 at 20:11

0 Answers0