I\'m relatively new to node.js and it\'s addons, so this is probably a beginnersquestion.
I\'m trying to get a simple HTML page on a webserver connect to a different ser
You need to make sure that you add forward slash before your link to socket.io:
Then in the view/controller just do:
var socket = io.connect()
That should solve your problem.