New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-appengine-handlers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 01 Mar 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc