glowplug
v1.0.1
Published
A starter/restarter for nodejs applications
Readme
glowplug
A starter/restarter for nodejs applications - Runs your app in a cluster automagically!
Installation
$ npm install -g glowplugUsage
$ glowplugOptional parameters
- `--num=` Number of workers to start (make this the number of cores on your system)
- `--config=` Location of a config file - glowplug will require your config file and apply
all of the exports as environment variables to your app
- `--location=` Location of the app to run - if you do not provide this, glowplug will use
your current working directory
- Additionally, you may specify any variable you would like in the format of `--key=value`
and it will be added to your app's environment variables at runtime.