@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 );

Readme

Keywords

none

Package Sidebar

Install

npm i @rmarscher/express-init

Weekly Downloads

1

Version

1.5.0

License

ISC

Last publish

Collaborators

  • rmarscher