Node.js Streams, a user-land copy of the stream library from Node.js
Get a stream as a string, Buffer, ArrayBuffer or array
Recursive version of fs.readdir with small RAM & CPU footprint.
Buffers events from a stream until you are ready to handle them.
A stream that emits multiple other streams one after another.
Get and validate the raw body of a readable stream.
Better streaming static file server with Range and conditional-GET support
Create a stream that emits events from multiple other streams
Call a callback when a readable/writable/duplex stream has completed or failed.
Bytes go in, but they don't come out (when muted).
Unpipe a stream from all destinations
fs read and write streams based on minipass
Mimic a Node.js HTTP response stream
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.
Sniff the encoding from a HTML byte stream
[](https://www.npmjs.com/package/@smithy/util-stream) [](https://www.npmjs.com/package/@smithy/util-stream)
split a Text Stream into a Line Stream, using Stream 3
Decompress a HTTP response if needed
writable stream that concatenates strings or binary data and calls a callback with the result
Node.js compression middleware
An implementation of window.fetch in Node.js using Minipass streams
Web Streams, based on the WHATWG spec reference implementation
A Minipass stream that collects all the data into a single chunk
A response-like object for mocking a Node.js HTTP response stream
Streaming Boyer-Moore-Horspool searching for node.js
Returns the next buffer/object in a stream's readable queue
create a pipeline of streams using Minipass