awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 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/from2hughsk का अवतार

    hughsk/from2

    132GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗132
  • maxogden/binary-splitmaxogden का अवतार

    maxogden/binary-split

    79GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗79
  • sindresorhus/into-streamsindresorhus का अवतार

    sindresorhus/into-stream

    215GitHub पर देखें↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    GitHub पर देखें↗215
  • jahewson/node-bylinejahewson का अवतार

    jahewson/node-byline

    325GitHub पर देखें↗

    Line-by-line Stream reader for node.js

    JavaScript
    GitHub पर देखें↗325
  • mafintosh/peek-streammafintosh का अवतार

    mafintosh/peek-stream

    58GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗58
  • almost/through2-concurrentalmost का अवतार

    almost/through2-concurrent

    75GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗75

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • mafintosh/pumpifymafintosh का अवतार

    mafintosh/pumpify

    256GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗256
  • sindresorhus/get-streamsindresorhus का अवतार

    sindresorhus/get-stream

    359GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗359
  • feross/multistreamfeross का अवतार

    feross/multistream

    297GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗297
  • mafintosh/duplexifymafintosh का अवतार

    mafintosh/duplexify

    194GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗194
  • sindresorhus/first-chunk-streamsindresorhus का अवतार

    sindresorhus/first-chunk-stream

    28GitHub पर देखें↗

    Transform the first chunk in a stream

    JavaScript
    GitHub पर देखें↗28
  • mafintosh/flush-write-streammafintosh का अवतार

    mafintosh/flush-write-stream

    33GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗33
  • cujojs/whencujojs का अवतार

    cujojs/when

    3,428GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗3,428
  • floatdrop/stream-assertfloatdrop का अवतार

    floatdrop/stream-assert

    17GitHub पर देखें↗

    Assert streams with ease.

    JavaScript
    GitHub पर देखें↗17
  • dominictarr/stream-specdominictarr का अवतार

    dominictarr/stream-spec

    126GitHub पर देखें↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    GitHub पर देखें↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0GitHub पर देखें↗

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

    GitHub पर देखें↗0
  • creationix/stepcreationix का अवतार

    creationix/step

    2,194GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗2,194
  • bevacqua/contrabevacqua का अवतार

    bevacqua/contra

    778GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗778
  • kikobeats/stream-callbackkikobeats का अवतार

    kikobeats/stream-callback

    1GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗1
  • dominictarr/splitdominictarr का अवतार

    dominictarr/split

    345GitHub पर देखें↗
    JavaScript
    GitHub पर देखें↗345
  • dominictarr/map-streamdominictarr का अवतार

    dominictarr/map-stream

    121GitHub पर देखें↗
    JavaScript
    GitHub पर देखें↗121
  • kriskowal/qkriskowal का अवतार

    kriskowal/q

    15,030GitHub पर देखें↗

    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
    GitHub पर देखें↗15,030
  • lewisdiamond/stromjslewisdiamond का अवतार

    lewisdiamond/stromjs

    106GitHub पर देखें↗

    Dependency-free stream utils for Node.js

    TypeScript
    GitHub पर देखें↗106
  • lpinca/valveletlpinca का अवतार

    lpinca/valvelet

    38GitHub पर देखें↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    GitHub पर देखें↗38
  • caolan/highlandcaolan का अवतार

    caolan/highland

    3,433GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗3,433
  • mafintosh/end-of-streammafintosh का अवतार

    mafintosh/end-of-stream

    150GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗150
  • grncdr/merge-streamgrncdr का अवतार

    grncdr/merge-stream

    212GitHub पर देखें↗

    Merge (interleave) a bunch of streams.

    JavaScript
    GitHub पर देखें↗212
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0GitHub पर देखें↗

    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

    GitHub पर देखें↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0GitHub पर देखें↗

    Create a writable stream that writes to multiple other writeable streams

    GitHub पर देखें↗0
  • gartz/objecteventtargetgartz का अवतार

    gartz/ObjectEventTarget

    13GitHub पर देखें↗

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

    JavaScript
    GitHub पर देखें↗13