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

Readme

Keywords

none

Package Sidebar

Install

npm i connect-spawn

Weekly Downloads

3

Version

0.1.0

License

none

Last publish

Collaborators

  • shannonmoeller