I m very new to Node.js and Socket.io. I have built a very basic web server however when using it, I am unable to load the socket.io client file (I get a 404).
I am
You are probably running Socket.IO on a different port, so include the file in the following format:
server:port/socket.io/socket.io.js