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
The option which is working for me :
Run:
ps -ax | grep node
You'll get something like:
8078 pts/7 Tl 0:01 node server.js 8489 pts/10 S+ 0:00 grep --color=auto node kill -9 8078