awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to almost/through2-concurrent

Projects sharing features with Through2 Concurrent

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.

  • jahewson/node-bylinejahewson avatar

    jahewson/node-byline

    325View on GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    View on GitHub↗325
  • sindresorhus/first-chunk-streamsindresorhus avatar

    sindresorhus/first-chunk-stream

    28View on GitHub↗

    Transform the first chunk in a stream

    JavaScript
    View on GitHub↗28
  • sindresorhus/into-streamsindresorhus avatar

    sindresorhus/into-stream

    215View on GitHub↗

    Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

    JavaScriptnodejsnpm-packagereadable-stream
    View on GitHub↗215
  • mafintosh/peek-streammafintosh avatar

    mafintosh/peek-stream

    58View on GitHub↗

    Transform stream that lets you peek the first line before deciding how to parse it

    JavaScript
    View on GitHub↗58
  • maxogden/binary-splitmaxogden avatar

    maxogden/binary-split

    79View on GitHub↗

    a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data

    JavaScript
    View on GitHub↗79
  • mafintosh/pumpifymafintosh avatar

    mafintosh/pumpify

    256View on GitHub↗

    Combine an array of streams into a single duplex stream using pump and duplexify

    JavaScript
    View on GitHub↗256

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • nodejs/readable-streamnodejs avatar

    nodejs/readable-stream

    1,048View on GitHub↗

    Node-core streams for userland

    JavaScriptnodenodejs
    View on GitHub↗1,048
  • sindresorhus/get-streamsindresorhus avatar

    sindresorhus/get-stream

    359View on GitHub↗

    Get a stream as a string, Buffer, ArrayBuffer or array

    JavaScript
    View on GitHub↗359
  • feross/multistreamfeross avatar

    feross/multistream

    297View on GitHub↗

    A stream that emits multiple other streams one after another (streams3)

    JavaScript
    View on GitHub↗297
  • mafintosh/duplexifymafintosh avatar

    mafintosh/duplexify

    194View on GitHub↗

    Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input

    JavaScript
    View on GitHub↗194
  • hughsk/from2hughsk avatar

    hughsk/from2

    132View on GitHub↗

    Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"

    JavaScript
    View on GitHub↗132
  • floatdrop/stream-assertfloatdrop avatar

    floatdrop/stream-assert

    17View on GitHub↗

    Assert streams with ease.

    JavaScript
    View on GitHub↗17
  • dominictarr/event-streamdominictarr avatar

    dominictarr/event-stream

    2,180View on GitHub↗

    EventStream is like functional programming meets IO

    JavaScript
    View on GitHub↗2,180
  • freeall/progress-streamfreeall avatar

    freeall/progress-stream

    235View on GitHub↗

    Read the progress of a stream. Supports speed and eta.

    JavaScript
    View on GitHub↗235
  • mafintosh/end-of-streammafintosh avatar

    mafintosh/end-of-stream

    150View on GitHub↗

    A node module that calls a callback when a readable/writable/duplex stream has completed or failed.

    JavaScript
    View on GitHub↗150
  • dominictarr/stream-specdominictarr avatar

    dominictarr/stream-spec

    126View on GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    View on GitHub↗126
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

    A solid, fast Promises/A+ and when() implementation, plus other async goodies.

    JavaScript
    View on GitHub↗3,428
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    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

    JavaScript
    View on GitHub↗28,150
  • kriskowal/qkriskowal avatar

    kriskowal/q

    15,030View on GitHub↗

    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

    JavaScript
    View on GitHub↗15,030
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0View on GitHub↗

    Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.

    View on GitHub↗0
  • kikobeats/stream-callbackkikobeats avatar

    kikobeats/stream-callback

    1View on GitHub↗

    `bash $ npm install stream-callback --save `

    JavaScript
    View on GitHub↗1
  • lewisdiamond/stromjslewisdiamond avatar

    lewisdiamond/stromjs

    106View on GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    View on GitHub↗106
  • lpinca/valveletlpinca avatar

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • dominictarr/splitdominictarr avatar

    dominictarr/split

    345View on GitHub↗
    JavaScript
    View on GitHub↗345
  • creationix/stepcreationix avatar

    creationix/step

    2,194View on GitHub↗

    An async control-flow library that makes stepping through logic easy.

    JavaScript
    View on GitHub↗2,194
  • mafintosh/flush-write-streammafintosh avatar

    mafintosh/flush-write-stream

    33View on GitHub↗

    A write stream constructor that supports a flush function that is called before finish is emitted

    JavaScript
    View on GitHub↗33
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0View on GitHub↗

    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

    View on GitHub↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0View on GitHub↗

    Create a writable stream that writes to multiple other writeable streams

    View on GitHub↗0
  • grncdr/merge-streamgrncdr avatar

    grncdr/merge-stream

    212View on GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    View on GitHub↗212
  • dominictarr/map-streamdominictarr avatar

    dominictarr/map-stream

    121View on GitHub↗
    JavaScript
    View on GitHub↗121