0.1.0 • Published 8 years ago

hapi-simple-shutdown v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hapi-simple-shutdown

npm

A very simple plugin to shutdown your hapi server in order to use it with nodemon in development

nodei.co

npm.io npm.io

Install

npm install --save hapi-simple-shutdown

Use

var Hapi = require('hapi');

var server = new Hapi.Server();

server.register(require('hapi-simple-shutdown'), function(err) {

});

Dependencies

PackageVersionDev
node-readme^0.1.9
babel^5.2.6

Author

g-div

License