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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to maxogden/binary-split

Open-source alternatives to Binary Split

30 open-source projects similar to maxogden/binary-split, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Binary Split alternative.

  • hughsk/from2Avatar de hughsk

    hughsk/from2

    132Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗132
  • nodejs/readable-streamAvatar de nodejs

    nodejs/readable-stream

    1,048Voir sur GitHub↗

    Node-core streams for userland

    JavaScriptnodenodejs
    Voir sur GitHub↗1,048
  • sindresorhus/into-streamAvatar de sindresorhus

    sindresorhus/into-stream

    215Voir sur GitHub↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    Voir sur GitHub↗215
  • jahewson/node-bylineAvatar de jahewson

    jahewson/node-byline

    325Voir sur GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Voir sur GitHub↗325
  • mafintosh/peek-streamAvatar de mafintosh

    mafintosh/peek-stream

    58Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗58
  • almost/through2-concurrentAvatar de almost

    almost/through2-concurrent

    75Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗75

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • mafintosh/pumpifyAvatar de mafintosh

    mafintosh/pumpify

    256Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗256
  • sindresorhus/get-streamAvatar de sindresorhus

    sindresorhus/get-stream

    359Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗359
  • feross/multistreamAvatar de feross

    feross/multistream

    297Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗297
  • mafintosh/duplexifyAvatar de mafintosh

    mafintosh/duplexify

    194Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗194
  • sindresorhus/first-chunk-streamAvatar de sindresorhus

    sindresorhus/first-chunk-stream

    28Voir sur GitHub↗

    Transform the first chunk in a stream

    JavaScript
    Voir sur GitHub↗28
  • mafintosh/flush-write-streamAvatar de mafintosh

    mafintosh/flush-write-stream

    33Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗33
  • cujojs/whenAvatar de cujojs

    cujojs/when

    3,428Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗3,428
  • floatdrop/stream-assertAvatar de floatdrop

    floatdrop/stream-assert

    17Voir sur GitHub↗

    Assert streams with ease.

    JavaScript
    Voir sur GitHub↗17
  • dominictarr/stream-specAvatar de dominictarr

    dominictarr/stream-spec

    126Voir sur GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    Voir sur GitHub↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0Voir sur GitHub↗

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

    Voir sur GitHub↗0
  • creationix/stepAvatar de creationix

    creationix/step

    2,194Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗2,194
  • bevacqua/contraAvatar de bevacqua

    bevacqua/contra

    778Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗778
  • kikobeats/stream-callbackAvatar de kikobeats

    kikobeats/stream-callback

    1Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗345
  • dominictarr/map-streamAvatar de dominictarr

    dominictarr/map-stream

    121Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗121
  • kriskowal/qAvatar de kriskowal

    kriskowal/q

    15,030Voir sur 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
    Voir sur GitHub↗15,030
  • lewisdiamond/stromjsAvatar de lewisdiamond

    lewisdiamond/stromjs

    106Voir sur GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    Voir sur GitHub↗106
  • lpinca/valveletAvatar de lpinca

    lpinca/valvelet

    38Voir sur GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    Voir sur GitHub↗38
  • caolan/highlandAvatar de caolan

    caolan/highland

    3,433Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗3,433
  • mafintosh/end-of-streamAvatar de mafintosh

    mafintosh/end-of-stream

    150Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗150
  • grncdr/merge-streamAvatar de grncdr

    grncdr/merge-stream

    212Voir sur GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    Voir sur GitHub↗212
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0Voir sur 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

    Voir sur GitHub↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0Voir sur GitHub↗

    Create a writable stream that writes to multiple other writeable streams

    Voir sur GitHub↗0
  • gartz/objecteventtargetAvatar de gartz

    gartz/ObjectEventTarget

    13Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗13