A through2 to create an Array.prototype.map analog for streams.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
A streams2 Readable stream generator, useful for testing.
A through2 wrapper to create an Array.prototype.filter analog for streams
Les fonctionnalités principales de brycebaril/through2-filter sont : Stream Processing.
Les alternatives open-source à brycebaril/through2-filter incluent : brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-map — A through2 to create an Array.prototype.map analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. 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.