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 })
  );

/connect-spawn/

    Package Sidebar

    Install

    npm i connect-spawn

    Weekly Downloads

    7

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • shannonmoeller