DEV Community

Discussion on: Installing a node.js application as a Windows service

Collapse
 
denisehilton profile image
Denise Hilton

I believe the easiest way to run a nodejs app as a Windows service is by using nssm to create the service. Just a couple of commands and you're done. Here's a short version of the guide.

Collapse
 
petereysermans profile image
Peter Eysermans

I agree, I have used NSSM in the past and it's also very useful. Thanks for the guide!