30 open-source projects similar to almost/through2-concurrent, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Transform the first chunk in a stream
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
a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data
Combine an array of streams into a single duplex stream using pump and duplexify
Node-core streams for userland
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
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
EventStream is like functional programming meets IO
Read the progress of a stream. Supports speed and eta.
A node module that calls a callback when a readable/writable/duplex stream has completed or failed.
executable specification for Stream (make testing streams easy)
A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil
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
Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.
`bash $ npm install stream-callback --save `
Limit the execution rate of a function
An async control-flow library that makes stepping through logic easy.
A write stream constructor that supports a flush function that is called before finish is emitted
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