express-healthz
v1.1.0
Published
Health check middleware for Express
Downloads
14
Readme
express-healthz
Health check middleware for Express.
Usage
const { healthz } = require('express-healthz')
// Create your Express app somehow. E.g.:
const app = express()
// Then use healthz in your Express app:
app.use(healthz)
Testing
npm test