streams.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [streams]

www.codever.land/bookmarks/t/streams

Highland.js

https://github.com/caolan/highland

Manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.


through2

https://github.com/rvagg/through2

Tiny wrapper around streams2 Transform to avoid explicit subclassing noise.


from2

https://github.com/hughsk/from2

Convenience wrapper for ReadableStream, inspired by through2.


get-stream

https://github.com/sindresorhus/get-stream

Get a stream as a string or buffer.


into-stream

https://github.com/sindresorhus/into-stream

Convert a buffer/string/array/object into a stream.


duplexify

https://github.com/mafintosh/duplexify

Turn a writeable and readable stream into a single streams2 duplex stream.


pumpify

https://github.com/mafintosh/pumpify

Combine an array of streams into a single duplex stream.


peek-stream

https://github.com/mafintosh/peek-stream

Transform stream that lets you peek the first line before deciding how to parse it.


binary-split

https://github.com/maxogden/binary-split

Newline (or any delimiter) splitter stream.


byline

https://github.com/jahewson/node-byline

Super-simple line-by-line Stream reader.


first-chunk-stream

https://github.com/sindresorhus/first-chunk-stream

Transform the first chunk in a stream.


pad-stream

https://github.com/sindresorhus/pad-stream

Pad each line in a stream.


multistream

https://github.com/feross/multistream

Combine multiple streams into a single stream.


stream-combiner2

https://github.com/substack/stream-combiner2

Turn a pipeline into a single stream.


readable-stream

https://github.com/nodejs/readable-stream

Mirror of Streams2 and Streams3 implementations in core.


through2-concurrent

https://github.com/almost/through2-concurrent

Transform object streams concurrently.