Skip to content

michael34435/glbc-healthcheck-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Handle GLBC health check in Koa.js, it will return `{"status": "ok"}` when GLBC check your service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published