Skip to content

g-div/hapi-simple-shutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A mini-micro plugin that shuts your hapi server down (useful if you use nodemon in development)

Resources

Stars

Watchers

Forks

Packages

No packages published