1.0.3 • Published 7 years ago

restify-health-router v1.0.3

Weekly downloads
17
License
ISC
Repository
github
Last release
7 years ago

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

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago