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
For windows users execute the following command in PowerShell window to kill all the node processes.
Stop-Process -processname node