I am working on a project and I modified the sample node.js 'simple chat room' application for my need, it works great.
I need to call the server url (.js file) to launch it before opening the client page in the browser while everything is working fine. But if the node server application is disconnected for any reason (server reboot, iis reboot, etc.), the Client page returns an error.
My question is: how can I support the node server application all the time, even after interrupting it. How can I do this without a monitor or script that runs every x minutes.
I am using IIS 7.5 and iisnode modules.
thanks
dvdmn source share