1.0.0 • Published 7 years ago
glbc-healthcheck-koa v1.0.0
glbc-healthcheck-koa
This module will help you to bypass Google Load Balancer(GLBC) with a middleware.
Install
npm install glbc-healthcheck-koa --saveUsage
const Koa = require('koa');
const app = new Koa();
const healthcheck = require('glbc-healthcheck-koa');
app.use(healthcheck());1.0.0
7 years ago