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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.5.00latest

Version History

VersionDownloads (Last 7 Days)Published
1.5.00
1.4.30
1.4.20
1.4.10
1.4.00
1.3.10
1.3.00
1.2.10
1.2.00
1.1.00
1.0.70
1.0.60
1.0.50

Package Sidebar

Install

npm i @rmarscher/express-init

Weekly Downloads

0

Version

1.5.0

License

ISC

Last publish

Collaborators

  • rmarscher