Showing 21-40 of 1,634,239 packages
Call a callback when a readable/writable/duplex stream has completed or failed.
Buffers events from a stream until you are ready to handle them.
wrap a readable/writable stream to be read-only
Check if something is a Node.js stream
Returns a `stream.Readable` from a URI string
simplified stream construction
writable stream that concatenates strings or binary data and calls a callback with the result
Append the contents of one stream onto another.
Readable streamx interface over anymatch.
split a Text Stream into a Line Stream, using Stream 3
The string_decoder module from Node core
Converts a Web-API readable-stream into a Node.js readable-stream.
Creates a duplex stream
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
Get stdin as a string or Uint8Array
Promise that shares Node.js Stream interface
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
file streams that roll over when size limits, or dates are reached
stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. I