Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 352 Bytes

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);