Break up a stream and reassemble it so that each line is a chunk
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
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