Showing 1-20 of 1,437 packages
Wrap Streams2 instance into a HandleWrap
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Wrap a 0.8 stream into a streams2 stream
Convert a string into a stream (streams2)
upgrade streams1 to streams2 streams as a standalone module
A drop-in Streams2-compatible replacement for combined-stream.
A sane HTTP client library for Node.js with Streams2 support.
A Streams2-compatible drop-in replacement for the `form-data` module.
convert a stream1 or streams2 stream into a pull-stream
A Node Streams2 CSV parser
pass-through stream which can filter/adapt and pause data as it passes through (streams2)
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)
redis-wstream - node.js redis write stream which streams binary or utf8 data into a redis key using an existing redis client (streams2)
length-stream - Simple pass-through stream (RW) which accumulates the length of the stream (streams2)
Streams2 implementation that inputs plain strings, bunyan records, glossy records, and outputs syslog formatted strings
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)
tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
A standard/convention for running tasks over a list of files based around Node core streams2
Streams2 wrapper for pcap-parser