Open TheJsharper opened 5 years ago
I think your mistake might be due to the url.
It doesn't seem to load the loop in your config.js correctly.
I don't think you can use localhost,
Because the NPM document says: `` Server. Listen (port, [hostname], [backlog], [callback]) #
The Begin has connections on the specified port and the hostname. If the hostname is omitted, the server will accept connections directed to any IPv4 address (INADDR_ANY).
`` If you use NPM, you can try [0.0.0.0:port].
H6 Do you have your opinion what was wrong?