Combine an array of streams into a single duplex stream using pump and duplexify
☆256Jun 14, 2024Updated last year
Alternatives and similar repositories for pumpify
Users that are interested in pumpify are comparing it to the libraries listed below
Sorting:
- 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
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆131Jun 11, 2019Updated 6 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Jun 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
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Jun 14, 2024Updated last year
- Wrap a Readable stream in a Transform stream.☆10Apr 6, 2023Updated 2 years ago
- A ternary stream: conditionally control the flow of stream data