Sorry, I would like a recommendation, I must implement a real-time chat in my application, which must also contain sending files (mostly audio), for this, what tools should I use, laravel webSockets, with pusher (not pusher the cloud app), or socket.io.
And if it's socket.io integrate it with laravel echo or create my own socket.io server with node
The project I have is made with laravel 10, react 18.2 and inertia (integration of laravel brezze --ssr).
Or should I pass my entire project to node express and socket.io? :v