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.
- tags: node.js, control-flow, streams
- :octocat: source code
through2
https://github.com/rvagg/through2
Tiny wrapper around streams2 Transform to avoid explicit subclassing noise.
- tags: node.js, streams
- :octocat: source code
from2
https://github.com/hughsk/from2
Convenience wrapper for ReadableStream, inspired by through2.
- tags: node.js, streams
- :octocat: source code
get-stream
https://github.com/sindresorhus/get-stream
Get a stream as a string or buffer.
- tags: node.js, streams
- :octocat: source code
into-stream
https://github.com/sindresorhus/into-stream
Convert a buffer/string/array/object into a stream.
- tags: node.js, streams
- :octocat: source code
duplexify
https://github.com/mafintosh/duplexify
Turn a writeable and readable stream into a single streams2 duplex stream.
- tags: node.js, streams
- :octocat: source code
pumpify
https://github.com/mafintosh/pumpify
Combine an array of streams into a single duplex stream.
- tags: node.js, streams
- :octocat: source code
peek-stream
https://github.com/mafintosh/peek-stream
Transform stream that lets you peek the first line before deciding how to parse it.
- tags: node.js, streams
- :octocat: source code
binary-split
https://github.com/maxogden/binary-split
Newline (or any delimiter) splitter stream.
- tags: node.js, streams
- :octocat: source code
byline
https://github.com/jahewson/node-byline
Super-simple line-by-line Stream reader.
- tags: node.js, streams
- :octocat: source code
first-chunk-stream
https://github.com/sindresorhus/first-chunk-stream
Transform the first chunk in a stream.
- tags: node.js, streams
- :octocat: source code
pad-stream
https://github.com/sindresorhus/pad-stream
Pad each line in a stream.
- tags: node.js, streams
- :octocat: source code
multistream
https://github.com/feross/multistream
Combine multiple streams into a single stream.
- tags: node.js, streams
- :octocat: source code
stream-combiner2
https://github.com/substack/stream-combiner2
Turn a pipeline into a single stream.
- tags: node.js, streams
- :octocat: source code
readable-stream
https://github.com/nodejs/readable-stream
Mirror of Streams2 and Streams3 implementations in core.
- tags: node.js, streams
- :octocat: source code
through2-concurrent
https://github.com/almost/through2-concurrent
Transform object streams concurrently.
- tags: node.js, streams
- :octocat: source code