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