Sunday, 18 August 2013

Change to don't listen to localhost

Change to don't listen to localhost

When we set up a http server in NodeJS, the default host is localhost:port
I'd like to know how to change this path, and put my server to listen to
http://myHost without a port. How would I do this?

No comments:

Post a Comment