glbc-healthcheck-koa
v1.0.0
Published
Handle GLBC health check in Koa.js, it will return `{"status": "ok"}` when GLBC check your service.
Downloads
2
Maintainers
Readme
glbc-healthcheck-koa
This module will help you to bypass Google Load Balancer
(GLBC) with a middleware.
Install
npm install glbc-healthcheck-koa --save
Usage
const Koa = require('koa');
const app = new Koa();
const healthcheck = require('glbc-healthcheck-koa');
app.use(healthcheck());