Skip to content

A interface for restify that lets you perform a health check on your server.

Notifications You must be signed in to change notification settings

Parnit/restify-health-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A interface for restify that lets you perform a health check on your server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%