Article

Start node.js as a process on windows server launch/reboot

For some reason if you are deploying your Node.js App on a windows server. you might need something that starts Node when your server restarts for unexpected reasons. This package helps you start Node as a progress on windows machine.

npm install -g qckwinsvc

After it install then in cmd/terminal type

qckwinsvc
prompt: Service name: [name for your service]
prompt: Service description: [description for it]
prompt: Node script path: [path of your node script]
Service installed

Uninstalling your service:

> qckwinsvc --uninstall
prompt: Service name: [name of your service]
prompt: Node script path: [path of your node script]
Service stopped
Service uninstalled

Sponsored : Find Node.js Jobs in Los Angeles, CA | Text messaging API

Article Stats

Real-time insights

1
min read
100
words
Jan 01, 2015
post

Share Article

Spread the knowledge

Quick Actions

Enjoying this?

Get more insights delivered to your inbox