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

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

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

sindresorhus/into-stream

0
View on GitHub↗
215 星标·15 分支·JavaScript·MIT·4 次浏览

Into Stream

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

Features

  • Control Flow Utilities - Convert buffers, strings, or objects into streams.
  • Stream Utilities - Converts buffers/strings/arrays into streams.

Star 历史

sindresorhus/into-stream 的 Star 历史图表sindresorhus/into-stream 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Into Stream 的开源替代方案

相似的开源项目,按与 Into Stream 的功能重合度排序。
  • 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
查看 Into Stream 的所有 30 个替代方案→

常见问题解答

sindresorhus/into-stream 是做什么的?

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

sindresorhus/into-stream 的主要功能有哪些?

sindresorhus/into-stream 的主要功能包括:Control Flow Utilities, Stream Utilities。

sindresorhus/into-stream 有哪些开源替代品?

sindresorhus/into-stream 的开源替代品包括: 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… 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/peek-stream — Transform stream that lets you peek the first line before deciding how to parse it.