node-ordered-read-streams

combines array of streams into one read stream in strict order
  https://github.com/armed/ordered-read-streams
  0
  no reviews



`ordered-read-streams` handles all data/errors from input streams in parallel, but emits data/errors in strict order in which streams are passed to constructor. This is `objectMode = true` stream.

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