This is an example to show how run a Node app like a Service Application in Microsoft Windows OS.
First of all you should create your app and then write a service to deploy.
See files index.js and service.js.
The recommended way to install node-windows is with npm, using the global flag:
npm install -g node-windows
Run command node service.js and check server installed as service application.
API running on port 3000
MIT