a simple stream batcher
A simple batching function that allows you to atomically batch a series of operations.
A module for batching individual promises to improve their collective efficiency.
A small set of utilities for streams.
Super-minimalist version of `concat-stream`. Less than 15 lines!
destroy a stream if possible
A batch manager that will deduplicate and batch requests for a certain data type made within a window.
construct pipes of streams of events
A stream that emits multiple other streams one after another.
Node.js Streams, a user-land copy of the stream library from Node.js
Buffer-backed Streams for reading and writing.
simple line-by-line stream reader
Check if something is a Node.js stream
a JSON logging library for node.js services
Get a stream as a string, Buffer, ArrayBuffer or array
Toggle the CLI cursor
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.
through stream that buffers streams into batches limited by a cumulative byte size limit
Object transformations implementing the Node.js `stream.Transform` API
This package contains simple utility functions to use with [React Router](https://reactrouter.com/).
Call a callback when a readable/writable/duplex stream has completed or failed.
a JSON logging library for node.js services
Get an event when you're being sent data or asked for it.
A streaming way to send data to a Node.js Worker Thread