Running Node.js on IIS with iisnode: Windows VPS Setup and Process Management
iisnode is Microsoft’s open-source IIS extension that hosts Node.js applications inside IIS worker processes, giving Node apps the same process management, logging, and uptime behavior as ASP.NET sites. Instead of running node server.js in a terminal that dies when you log out of RDP, IIS starts your app on boot, restarts it when it crashes, … Read more