node-stream-combiner2

combine stream using stream3 Node.js API
  https://github.com/substack/stream-combiner2
  0
  no reviews



This module turns a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.

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