jfromaniello / winser

Run a node.js application as a window service using nssm.
270 stars 47 forks source link

add node.js API #44

Open bjrmatos opened 7 years ago

bjrmatos commented 7 years ago

this PR adds a node.js API to the package and allow its usage from a node.js app (require('winser') is now possible.), it also contains a fix for #40

with this PR the following issues probably should be closed: #40, #38, #34

please let me know if you are ok with this, and i would work on adding docs about the API

ping @jfromaniello for review.