Tagged Questions
0
votes
0answers
270 views
Unable to connect to game server with socket.io (node.js)
I am making a HTML5 multiplayer game and I am using node.js for the server app, socket.io for the client/server communications. So far I was working and testing on my PC, with the server listening on ...