pipe streams together and close all of them if one of them closes
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
writable stream that concatenates strings or data and calls a callback with the result
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
Las características principales de rvagg/through2 son: Stream Processing, Stream Utilities.
Las alternativas de código abierto para rvagg/through2 incluyen: mafintosh/pump — pipe streams together and close all of them if one of them closes. maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. dominictarr/event-stream — EventStream is like functional programming meets IO. brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing.