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

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

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

feross/multistream

0
View on GitHub↗
297 星标·25 分支·JavaScript·MIT·2 次浏览

Multistream

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

Features

  • Control Flow Utilities - Combine multiple streams into one.
  • Stream Utilities - Streams multiple streams sequentially.

Star 历史

feross/multistream 的 Star 历史图表feross/multistream 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Multistream 的开源替代方案

相似的开源项目,按与 Multistream 的功能重合度排序。
  • hughsk/from2hughsk 的头像

    hughsk/from2

    132在 GitHub 上查看↗

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

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

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

    JavaScript
    在 GitHub 上查看↗325
  • 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
  • mafintosh/duplexifymafintosh 的头像

    mafintosh/duplexify

    194在 GitHub 上查看↗

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

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

常见问题解答

feross/multistream 是做什么的?

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

feross/multistream 的主要功能有哪些?

feross/multistream 的主要功能包括:Control Flow Utilities, Stream Utilities。

feross/multistream 有哪些开源替代品?

feross/multistream 的开源替代品包括: jahewson/node-byline — Line-by-line Stream reader for node.js. 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). hughsk/from2 — Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2". mafintosh/duplexify — Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and… mafintosh/pumpify — Combine an array of streams into a single duplex stream using pump and duplexify.