Node-core streams for userland
☆1,045Jan 7, 2025Updated last year
Alternatives and similar repositories for readable-stream
Users that are interested in readable-stream are comparing it to the libraries listed below
Sorting:
- Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise☆1,905Nov 22, 2022Updated 3 years ago
- writable stream that concatenates strings or data and calls a callback with the result☆577Jun 23, 2021Updated 4 years ago
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆131Jun 11, 2019Updated 6 years ago
- Combine an array of streams into a single duplex stream using pump and duplexify☆256Jun 14, 2024Updated last year
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Jun 14, 2024Updated last year
- pipe streams together and close all of them if one of them closes☆918Jun 16, 2025Updated 8 months ago
- A collection of useful stream utility modules for writing better code using streams☆1,087Jun 6, 2020Updated 5 years ago
- EventStream is like functional programming meets IO☆2,181Nov 27, 2018Updated 7 years ago
- simple way to create a ReadableWritable stream that works☆670Jul 27, 2018Updated 7 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Jun 16, 2025Updated 8 months ago
- rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)