Hi,

 I'm using node.js to make an HTTP server on a remote machine.  I listen on 
a fixed port - call it port 9005.  I've toggled between using "0.0.0.0", 
"127.0.0.1", the host name, and the IPv4 inet address of the machine as the 
IP address for listening.  When I try to connect to this machine through my 
browser (specifying both hostname and port), I get no response.

Assume there are no firewall issues.  I've made simple hello world TCP and 
HTTP servers on this remote machine, using Java, and both of them work on 
port 9005 (I connect and get responses).  This makes me think that I may be 
using node.js incorrectly.  Is there some external dependency that I need 
to use with node.js?  My code for making a listening server is very much 
like the hello world code for the HTTP server on the main page 
<http://nodejs.org>.
Thanks in advance!
 

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/ae0d771d-9170-49e0-bf2e-f5626983cfe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to