10 रिपॉजिटरी
Tools for managing, transforming, and piping Node.js streams.
Explore 10 awesome GitHub repositories matching part of an awesome list · Stream Processing. Refine with filters or upvote what's useful.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Streams JSON parsing and stringification.
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
Wraps Node.js streams to simplify transformation.
pipe streams together and close all of them if one of them closes
Pipes streams together and handles cleanup.
writable stream that concatenates strings or data and calls a callback with the result
Concatenates stream data into a single result.
Check if something is a Node.js stream
Checks if a value is a Node.js stream.
Transform your data as it pass by, synchronously.
Performs synchronous stream transformations.
A through2 to create an Array.prototype.map analog for streams.
Maps stream data using a callback.
A through2 wrapper to create an Array.prototype.filter analog for streams
Filters stream data using a callback.
A streams2 Readable stream generator, useful for testing.
Generates readable streams from functions.