So, I\'ve written a NodeJS application on Windows having Server Edition OS, My application basically communicates with other Softwares installed in the same system by execut
Option 1:
http://localhost:8080 Referenceiisnode provides better control on application pool integration and so on, but since it is a dead project you definitely shouldn't use it any more.
Option 2:
Use HttpPlatformHandler to launch your Node.js app,
Reference