If I run a server with the port 80, and I try to use xmlHTTPrequest i get this error: Error: listen EADDRINUSE
Error: listen EADDRINUSE
Why is it problem for nodejs, if I want t
On Debian i found out to run on port 80 you need to issue the command as root i.e
sudo node app.js
I hope it helps