node-pumpify

combine streams into a single duplex stream by pump and duplexify
  https://github.com/mafintosh/pumpify
  0
  no reviews



Combine an array of streams into a single duplex stream using pump and duplexify. If one of the streams closes/errors all streams in the pipeline will be destroyed.

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