1.5.0 • Published 8 years ago

@rmarscher/express-init v1.5.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

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

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago