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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hughsk/from2

Open-source alternatives to From2

30 open-source projects similar to hughsk/from2, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best From2 alternative.

  • jahewson/node-bylineAvatar von jahewson

    jahewson/node-byline

    325Auf GitHub ansehen↗

    Line-by-line Stream reader for node.js

    JavaScript
    Auf GitHub ansehen↗325
  • nodejs/readable-streamAvatar von nodejs

    nodejs/readable-stream

    1,048Auf GitHub ansehen↗

    Node-core streams for userland

    JavaScriptnodenodejs
    Auf GitHub ansehen↗1,048
  • sindresorhus/into-streamAvatar von sindresorhus

    sindresorhus/into-stream

    215Auf GitHub ansehen↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    Auf GitHub ansehen↗215
  • mafintosh/peek-streamAvatar von mafintosh

    mafintosh/peek-stream

    58Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗58
  • mafintosh/pumpifyAvatar von mafintosh

    mafintosh/pumpify

    256Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗256
  • almost/through2-concurrentAvatar von almost

    almost/through2-concurrent

    75Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗75

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • maxogden/binary-splitAvatar von maxogden

    maxogden/binary-split

    79Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗79
  • sindresorhus/get-streamAvatar von sindresorhus

    sindresorhus/get-stream

    359Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗359
  • feross/multistreamAvatar von feross

    feross/multistream

    297Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗297
  • mafintosh/duplexifyAvatar von mafintosh

    mafintosh/duplexify

    194Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗194
  • sindresorhus/first-chunk-streamAvatar von sindresorhus

    sindresorhus/first-chunk-stream

    28Auf GitHub ansehen↗

    Transform the first chunk in a stream

    JavaScript
    Auf GitHub ansehen↗28
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗0
  • cujojs/whenAvatar von cujojs

    cujojs/when

    3,428Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗3,428
  • floatdrop/stream-assertAvatar von floatdrop

    floatdrop/stream-assert

    17Auf GitHub ansehen↗

    Assert streams with ease.

    JavaScript
    Auf GitHub ansehen↗17
  • dominictarr/stream-specAvatar von dominictarr

    dominictarr/stream-spec

    126Auf GitHub ansehen↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    Auf GitHub ansehen↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • creationix/stepAvatar von creationix

    creationix/step

    2,194Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗2,194
  • bevacqua/contraAvatar von bevacqua

    bevacqua/contra

    778Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗778
  • kriskowal/qAvatar von kriskowal

    kriskowal/q

    15,030Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,030
  • dominictarr/splitAvatar von dominictarr

    dominictarr/split

    345Auf GitHub ansehen↗
    JavaScript
    Auf GitHub ansehen↗345
  • kikobeats/stream-callbackAvatar von kikobeats

    kikobeats/stream-callback

    1Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗1
  • lewisdiamond/stromjsAvatar von lewisdiamond

    lewisdiamond/stromjs

    106Auf GitHub ansehen↗

    Dependency-free stream utils for Node.js

    TypeScript
    Auf GitHub ansehen↗106
  • lpinca/valveletAvatar von lpinca

    lpinca/valvelet

    38Auf GitHub ansehen↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    Auf GitHub ansehen↗38
  • dominictarr/map-streamAvatar von dominictarr

    dominictarr/map-stream

    121Auf GitHub ansehen↗
    JavaScript
    Auf GitHub ansehen↗121
  • mafintosh/end-of-streamAvatar von mafintosh

    mafintosh/end-of-stream

    150Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗150
  • mafintosh/flush-write-streamAvatar von mafintosh

    mafintosh/flush-write-stream

    33Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗33
  • caolan/highlandAvatar von caolan

    caolan/highland

    3,433Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗3,433
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0Auf GitHub ansehen↗

    Create a writable stream that writes to multiple other writeable streams

    Auf GitHub ansehen↗0
  • grncdr/merge-streamAvatar von grncdr

    grncdr/merge-stream

    212Auf GitHub ansehen↗

    Merge (interleave) a bunch of streams.

    JavaScript
    Auf GitHub ansehen↗212
  • gartz/objecteventtargetAvatar von gartz

    gartz/ObjectEventTarget

    13Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗13