modulz

0.0.1 • Public • Published

node-modulz

Runs server modules in their own child process to prevent errors from one module affecting another and automatically restart crashed modules.

Usage:

{
    var modules = [
        {id: 'module 1', method: someFunction, options: moduleOpts},
        {id: 'module 2', method: someOtherFunction, options: module2Opts},
    ];
}

var modulz = require('node-modulz');
modulz.run(modules);

/modulz/

    Package Sidebar

    Install

    npm i modulz

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • denwilliams