How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
writable stream that concatenates strings or data and calls a callback with the result
The main features of maxogden/concat-stream are: Stream Processing, Stream Utilities.
Projects with overlapping indexed features include: mafintosh/pump — pipe streams together and close all of them if one of them closes. rvagg/through2 — Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise. 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.
pipe streams together and close all of them if one of them closes
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise