hapi-simple-shutdown
v0.1.0
Published
A very simple plugin to shutdown your hapi server in order to use it with nodemon in development
Downloads
2
Readme
hapi-simple-shutdown
A very simple plugin to shutdown your hapi server in order to use it with nodemon in development
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
Package | Version | Dev --- |:---:|:---: node-readme | ^0.1.9 | ✔ babel | ^5.2.6 | ✔
Author
g-div
License
- MIT : http://opensource.org/licenses/MIT