awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mafintosh avatar

mafintosh/duplexify

0
View on GitHub↗
194 星标·35 分支·JavaScript·MIT·3 次浏览

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.

Star 历史

mafintosh/duplexify 的 Star 历史图表mafintosh/duplexify 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mafintosh/duplexify 是做什么的?

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

mafintosh/duplexify 的主要功能有哪些?

mafintosh/duplexify 的主要功能包括:Control Flow Utilities, Stream Utilities。

mafintosh/duplexify 有哪些开源替代品?

mafintosh/duplexify 的开源替代品包括: 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.

Duplexify 的开源替代方案

相似的开源项目,按与 Duplexify 的功能重合度排序。
  • feross/multistreamfeross 的头像

    feross/multistream

    297在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗297
  • hughsk/from2hughsk 的头像

    hughsk/from2

    132在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗132
  • almost/through2-concurrentalmost 的头像

    almost/through2-concurrent

    75在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗75
  • jahewson/node-bylinejahewson 的头像

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

    JavaScript
    在 GitHub 上查看↗325
查看 Duplexify 的所有 30 个替代方案
→