Read an HTML5 File object (from e.g. HTML5 drag and drops) as a pull stream source.
Node.js Streams, a user-land copy of the stream library from Node.js
minimal pull stream
Read an HTML5 File object (from e.g. HTML5 drag and drops) as a stream.
convert a stream1 or streams2 stream into a pull-stream
Streaming http in the browser
HTML5 FileAPI `FileReader` for Node.JS.
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Call a callback when a readable/writable/duplex stream has completed or failed.
Toggle the CLI cursor
destroy a stream if possible
concatenate pull-streams
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
pull-stream with a push interface
A stream that emits multiple other streams one after another.
Streaming data for JavaScript
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
Merge multiple streams into a unified stream