Closed ChineseDron closed 11 years ago
You'll need to find an unused port (you'll get errors using plain node.js without nw when trying to listen on used ports too).
You can use a command like netstat -ano
to list used ports (not sure what OSX or Windows equivalents would be)
You could use https://github.com/danielzzz/node-portchecker
Thanks to both of you very much.
@ChineseDron please close this if your issue is resolved :)
Hello, Please use our mailing list or Stackoverflow (under the 'node-webkit' tag) for questions.
Hello, I want listen a port with HttpServer, but I am not sure which port already in used, when a port was in use, nw seems to be jump to a error page..... how I can hack it please?