How to host socket.io server for free?
Here’s a simple express/node socket.io server with simple frontend, the code is taken from socket.io documentation.
Can anyone please tell me a good hosting service for hosting this website, with a step by step tutorial?
I have a personal chatting project, and I’m really having a hard time trying to find a good hosting service.
I have tried Vercel, Netlify (they both don’t support web sockets) and Render (server goes down after few minutes of inactivity).