Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Connect middleware which executes a child process on request and responds with the output. **Unmaintained**

Notifications You must be signed in to change notification settings

shannonmoeller-archive/connect-spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTICE: This project is no longer maintained.

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

Bitdeli Badge

About

Connect middleware which executes a child process on request and responds with the output. **Unmaintained**

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published