restify-health-router

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i restify-health-router

Weekly Downloads

8

Version

1.0.3

License

ISC

Last publish

Collaborators

  • rickster