hapi-simple-shutdown

0.1.0 • Public • Published

hapi-simple-shutdown

npm

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

nodei.co

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-cli ^6.2.0

Author

g-div

License

Readme

Keywords

Package Sidebar

Install

npm i hapi-simple-shutdown

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • g-div