I\'m trying to use this simple tutorial:
http://socket.io/socket-io-with-apache-cordova/
My node.js is working fine and i\'m emulating to i
var socketHost = "http://localhost:3000"; var socket = io.connect(socketHost);