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
Two servers can not listen on same port, so check out if other server listening on same port, also check out for browser sync if its running on same port