I have a Windows application that sends/receives TCP messages on a certain port. I hooked up the simple echo example on the Node.js website but I get the EADDRINUSE error.
I assume this is because my app is using that port.
What I was trying to do is to listen to that port and then hook a browser up to listen to what the server is sending out.
Ok, think I got it working: