Skip to content
Spawn child processes that survive restarts and exit when the app exits.
CoffeeScript JavaScript Shell
Latest commit e00703b Jan 27, 2016 @Sanjo Removes console.logs
Failed to load latest commit information.
.npm/package Fixes and updates Apr 1, 2015
lib Removes console.logs Jan 27, 2016
test-app Release of 1.1.3 Aug 4, 2015
.gitignore Some fixes and specs. Dec 7, 2014
.versions Removes console.logs Jan 27, 2016
LICENSE Minimum documentation Apr 1, 2015
README.md Minimum documentation Apr 1, 2015
main.js Initial commit Dec 7, 2014
package.js Removes console.logs Jan 27, 2016

README.md

sanjo:long-running-child-process

Spawn child processes that survive restarts and exit when the app exits.

API

var childProcess = new sanjo.LongRunningChildProcess('myChild');
var spawnOptions = {
  command: <COMMAND>,
  args: []
};
childProcess.spawn(spawnOptions);

Also see spec and implementation for details.

Example

License

MIT

The lib/LongRunningChildProcess.coffee file has been originally written by Ronen Babayoff and is also under MIT license.

Something went wrong with that request. Please try again.