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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    12
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i restify-health-router

Weekly Downloads

12

Version

1.0.3

License

ISC

Last publish

Collaborators

  • rickster