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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nodejs/readable-stream

Open-source alternatives to Readable Stream

30 open-source projects similar to nodejs/readable-stream, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Readable Stream alternative.

  • hughsk/from2Avatar hughsk

    hughsk/from2

    132Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗132
  • maxogden/binary-splitAvatar maxogden

    maxogden/binary-split

    79Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗79
  • sindresorhus/into-streamAvatar sindresorhus

    sindresorhus/into-stream

    215Vezi pe GitHub↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    Vezi pe GitHub↗215
  • jahewson/node-bylineAvatar jahewson

    jahewson/node-byline

    325Vezi pe GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Vezi pe GitHub↗325
  • mafintosh/peek-streamAvatar mafintosh

    mafintosh/peek-stream

    58Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗58
  • almost/through2-concurrentAvatar almost

    almost/through2-concurrent

    75Vezi pe GitHub↗

    Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

    JavaScript
    Vezi pe GitHub↗75

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • mafintosh/pumpifyAvatar mafintosh

    mafintosh/pumpify

    256Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗256
  • sindresorhus/get-streamAvatar sindresorhus

    sindresorhus/get-stream

    359Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗359
  • feross/multistreamAvatar feross

    feross/multistream

    297Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗297
  • mafintosh/duplexifyAvatar mafintosh

    mafintosh/duplexify

    194Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗194
  • sindresorhus/first-chunk-streamAvatar sindresorhus

    sindresorhus/first-chunk-stream

    28Vezi pe GitHub↗

    Transform the first chunk in a stream

    JavaScript
    Vezi pe GitHub↗28
  • mafintosh/flush-write-streamAvatar mafintosh

    mafintosh/flush-write-stream

    33Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗33
  • cujojs/whenAvatar cujojs

    cujojs/when

    3,428Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗3,428
  • floatdrop/stream-assertAvatar floatdrop

    floatdrop/stream-assert

    17Vezi pe GitHub↗

    Assert streams with ease.

    JavaScript
    Vezi pe GitHub↗17
  • dominictarr/stream-specAvatar dominictarr

    dominictarr/stream-spec

    126Vezi pe GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    Vezi pe GitHub↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0Vezi pe GitHub↗

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

    Vezi pe GitHub↗0
  • creationix/stepAvatar creationix

    creationix/step

    2,194Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗2,194
  • bevacqua/contraAvatar bevacqua

    bevacqua/contra

    778Vezi pe GitHub↗

    :surfer: Asynchronous flow control with a functional taste to it

    JavaScript
    Vezi pe GitHub↗778
  • kikobeats/stream-callbackAvatar kikobeats

    kikobeats/stream-callback

    1Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗1
  • dominictarr/splitAvatar dominictarr

    dominictarr/split

    345Vezi pe GitHub↗
    JavaScript
    Vezi pe GitHub↗345
  • dominictarr/map-streamAvatar dominictarr

    dominictarr/map-stream

    121Vezi pe GitHub↗
    JavaScript
    Vezi pe GitHub↗121
  • kriskowal/qAvatar kriskowal

    kriskowal/q

    15,030Vezi pe 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
    Vezi pe GitHub↗15,030
  • lewisdiamond/stromjsAvatar lewisdiamond

    lewisdiamond/stromjs

    106Vezi pe GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    Vezi pe GitHub↗106
  • lpinca/valveletAvatar lpinca

    lpinca/valvelet

    38Vezi pe GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    Vezi pe GitHub↗38
  • caolan/highlandAvatar caolan

    caolan/highland

    3,433Vezi pe GitHub↗

    High-level streams library for Node.js and the browser

    JavaScript
    Vezi pe GitHub↗3,433
  • mafintosh/end-of-streamAvatar mafintosh

    mafintosh/end-of-stream

    150Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗150
  • grncdr/merge-streamAvatar grncdr

    grncdr/merge-stream

    212Vezi pe GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    Vezi pe GitHub↗212
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0Vezi pe 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

    Vezi pe GitHub↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0Vezi pe GitHub↗

    Create a writable stream that writes to multiple other writeable streams

    Vezi pe GitHub↗0
  • gartz/objecteventtargetAvatar gartz

    gartz/ObjectEventTarget

    13Vezi pe GitHub↗

    A same behaviour EventTarget prototype, that can work with any object from JavaScript

    JavaScript
    Vezi pe GitHub↗13