pipe streams together and close all of them if one of them closes
writable stream that concatenates strings or data and calls a callback with the result
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
The main features of dominictarr/split are: Stream Processing, Stream Utilities.
Open-source alternatives to dominictarr/split include: maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result. rvagg/through2 — Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). mafintosh/pump — pipe streams together and close all of them if one of them closes. dominictarr/event-stream — EventStream is like functional programming meets IO. brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing.