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
·
mafintosh avatar

mafintosh/duplexify

0
View on GitHub↗
194 stele·35 fork-uri·JavaScript·MIT·6 vizualizări

Duplexify

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

Features

  • Control Flow Utilities - Combine readable and writable streams into a duplex stream.
  • Stream Utilities - Converts readable/writable streams into duplex streams.

Istoric stele

Graficul istoricului de stele pentru mafintosh/duplexifyGraficul istoricului de stele pentru mafintosh/duplexify

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ță.

Start searching with AI

Alternative open-source pentru Duplexify

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Duplexify.
  • feross/multistreamAvatar feross

    feross/multistream

    297Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗297
  • 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
  • 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
  • jahewson/node-bylineAvatar jahewson

    jahewson/node-byline

    325Vezi pe GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Vezi pe GitHub↗325
Vezi toate cele 30 alternative pentru Duplexify→

Întrebări frecvente

Ce face mafintosh/duplexify?

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

Care sunt principalele funcționalități ale mafintosh/duplexify?

Principalele funcționalități ale mafintosh/duplexify sunt: Control Flow Utilities, Stream Utilities.

Care sunt câteva alternative open-source pentru mafintosh/duplexify?

Alternativele open-source pentru mafintosh/duplexify includ: hughsk/from2 — Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2". mafintosh/peek-stream — Transform stream that lets you peek the first line before deciding how to parse it. almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency). feross/multistream — A stream that emits multiple other streams one after another (streams3). jahewson/node-byline — Line-by-line Stream reader for node.js. mafintosh/pumpify — Combine an array of streams into a single duplex stream using pump and duplexify.