6225 packages found
Reactive Extensions for modern JavaScript
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
simplified stream construction
Node.js Streams, a user-land copy of the stream library from Node.js
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
A logger for just about everything.
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
The streaming build system.
the stream module from node core for browsers
construct pipes of streams of events
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
CSV parsing implementing the Node.js `stream.Transform` API
minimal implementation of a PassThrough stream
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Recursive version of fs.readdir with streaming API.
Call a callback when a readable/writable/duplex stream has completed or failed.
Combine an array of streams into a single duplex stream using pump and duplexify
A mature CSV toolset with simple api, full of options and tested against large datasets.
Merge multiple streams into one stream in sequence or parallel.