node-stream-splicer

streaming pipeline with a mutable configuration
  https://github.com/substack/stream-splicer
  0
  no reviews



This modules allows one to create a pipeline duplex stream given an array of streams. Each stream will be piped to the next.

Streams could also be added and removed dynamically at runtime.

Node.js is an event-based server-side JavaScript engine.