@rmarscher/express-init

1.5.0 • Public • Published

Express Init

This bootstraps an express instance in a standard way but also exposes each of the bootstrapping methods if you want to call them in a different way.

Here's the typical usage:

var initExpress, app, server;

initExpress = require( 'express-init' );
app = initExpress.app();
server = initExpress.listen( app );
initExpress.gracefulShutdown( server );

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @rmarscher/express-init

    Weekly Downloads

    2

    Version

    1.5.0

    License

    ISC

    Last publish

    Collaborators

    • rmarscher