Socket
Socket
Sign inDemoInstall

express-appengine-handlers

Package Overview
Dependencies
63
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-appengine-handlers

Lifecycle request handlers for express apps running in Google App Engine Managed VMs


Version published
Maintainers
1
Install size
1.97 MB
Created

Readme

Source

express-appengine-handlers

Greenkeeper badge

Build Status Circle CI codecov npm version  Package Quality

bitHound Overall Score bitHound Dependencies bitHound Code

Lifecycle request handlers for express apps running in Google App Engine Managed VMs

Install

npm i --save express-appengine-handlers

Usage

var express = require('express'),
    aeHandlers = require('express-appengine-handlers'),
    app = express();

app.use(aeHandlers);

app.listen(1337);

You can now test by going to http://localhost:1337/_ah/health

Notes

App Engine Flex only supports /_ah/health at this time - you should not process, or handle /_ah/start or /_ah/stop via your application code.

Keywords

FAQs

Last updated on 01 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc