@recipher/bootstrap

1.0.4 • Public • Published

@recipher/bootstrapper

Bootstrapper will create and start an instance of an App, in an isolated domain.

Usage

var start = require('@recipher/bootstrap').start
  , App = require('./lib/app');

start(new App);

To utilise cluster:

var start = require('@recipher/bootstrap').cluster
  , App = require('./lib/app');

start(new App);

Readme

Keywords

none

Package Sidebar

Install

npm i @recipher/bootstrap

Weekly Downloads

3

Version

1.0.4

License

MIT

Last publish

Collaborators

  • recipher