30 open-source projects similar to mafintosh/pumpify, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pumpify alternative.
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
Node-core streams for userland
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Transform stream that lets you peek the first line before deciding how to parse it
Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data
Get a stream as a string, Buffer, ArrayBuffer or array
A stream that emits multiple other streams one after another (streams3)
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Transform the first chunk in a stream
A write stream constructor that supports a flush function that is called before finish is emitted
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
executable specification for Stream (make testing streams easy)
Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.
An async control-flow library that makes stepping through logic easy.
:surfer: Asynchronous flow control with a functional taste to it
`bash $ npm install stream-callback --save `
q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive
Limit the execution rate of a function
High-level streams library for Node.js and the browser
A node module that calls a callback when a readable/writable/duplex stream has completed or failed.
Readable stream that reads from multiple readable streams at the same time. If you are looking for a readable stream that reads sequentially from other streams checkout multistream
Create a writable stream that writes to multiple other writeable streams
A same behaviour EventTarget prototype, that can work with any object from JavaScript