I try to make a client-server app with socket.io.
Socket.io server seems work but the client cannot connect to it. The error i get is about the '/socket.io/socket.io.js' like what it is unable to load it.
So here are my questions
- is it mandatory to have server and client in the same folder as we can see in the official demo ?
- can we make a nodejs socket.io server without express ?