Socket
Book a DemoInstallSign in
Socket

express-runner

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-runner

[![Build Status](http://circleci-badges-max.herokuapp.com/img/asalonen/express-runner?token=)](https://circleci.com/gh/asalonen/express-runner)

1.0.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

express-runner

Build Status

Convenience lib for exposing code as express app

Example with docker

nodeapp/app.js:

module.exports = {
    hello: function (opts, callback) {
        callback(undefined, "hello: "+opts.name);
    }

docker-compose.yml:

  hello-service:
    image: express-runner
    volumes:
      - ./nodeapp:/data/app
    command: node /data/express-runner /data/app/app.js
    ports:
      - 80:80

GET /hello?name=world --> "hello: world"

FAQs

Package last updated on 26 Oct 2016

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.