This package has been deprecated

Author message:

This project is no longer maintained.

connect-spawn

0.1.0 • Public • Published

Connect Spawn

Installation

$ npm install connect-spawn

Examples

The spawn middleware executes a child process on request and responds with the output:

  connect.createServer(
      require('connect-spawn')('ls', ['-Al'], { cwd: __dirname })
  );

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i connect-spawn

    Weekly Downloads

    4

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • shannonmoeller