I have set up additional users in my application environment and can successfully login with each user, but when I try to run node server in two different accounts at the same time it will not work. I am getting the following...
events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE
From what I am reading it is because I am trying to run multiple processes on the port. Has anyone worked through this issue?