Always start a process using IISNode

Does anyone know a way to have a JavaScript file or a set of files always running under IISNode, without the need for a client request? The idea would be to have scripts that behave as services, but run them under IISNode.

Thank! csh3

+3
source share
2 answers

I assume that you have a reason to use iisnode, but you are trying to start the service in iis, which is not a good idea if you want to start the service and then start it as a service. as?

if you still insist on using iisnode, then the options

use application initialization for IIS

, iisnode

pingdom ping iisnode.

0

node-windows, Node.js Windows. , EventLog.

, , , - IIS, .

, .

0

All Articles