94 packages found
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Wrap Streams2 instance into a HandleWrap
A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
A readable stream generator, useful for testing or converting simple functions into Readable streams.
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
Create a from2 stream based on an array of source values
digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
redis-rstream - node.js redis read stream which streams binary or utf8 data in chunks from a redis key using an existing redis client (streams2)
Another Stream2 duplexer
redis-wstream - node.js redis write stream which streams binary or utf8 data into a redis key using an existing redis client (streams2)
upgrade streams1 to streams2 streams as a standalone module
Transform RSS or Atom XML to JSON
Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module
A transform stream that collects chunks and passes them on as batches
Collect all data piped to this stream when it closes
transform input into equally-sized blocks of output
a through stream that destroys itself if an overall size limit for the combined stream throughput is exceeded