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.