restify-health-router
v1.0.3
Published
An interface to check the health for your API server
Downloads
183
Readme
restify-health-router
A interface for restify that lets you perform a health check on your server.
Installation
$ npm install --save restify-health-router
Example
const healthRouterFactory = require('restify-health-router');
const healthRouter = healthRouterFactory.create();
healthRouter.applyRoutes(server);