socket.io: Failed to load resource
The Issues First of all you need to be looking at the server port that the server is bound on (app.listen(3001);) on the client side in order to reach the server at all. As for socket.io, adding http://localhost:3001 before the rest of the source in the link tag solves this problem. This is apparently due … Read more