i am testing a server written in nodejs on windows 7 and when i try to run the tester in the command line i get the following error
Error: listen EADDRINUSE
It means the address you are trying to bind the server to is in use. Try another port or close the program using that port.