A interface for restify that lets you perform a health check on your server.
$ npm install --save restify-health-router
const healthRouterFactory = require('restify-health-router');
const healthRouter = healthRouterFactory.create();
healthRouter.applyRoutes(server);