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

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

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

1 个仓库

Awesome GitHub RepositoriesWeb Streams API Integrations

Integration with the standard WritableStream API to pipe data from sources to destinations.

Distinct from Standard Stream Piping: Candidates focus on shell pipes or specific prompt streaming; this is about the browser's Web Streams API.

Explore 1 awesome GitHub repository matching web development · Web Streams API Integrations. Refine with filters or upvote what's useful.

Awesome Web Streams API Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jimmywarting/streamsaver.jsjimmywarting 的头像

    jimmywarting/StreamSaver.js

    4,355在 GitHub 上查看↗

    StreamSaver.js 是一个浏览器可写流库和客户端文件保存器。它提供了一种将数据流直接写入本地文件系统的机制,绕过了标准的基于 Blob 的保存方法,以避免浏览器内存耗尽。 该库将浏览器流转换为可下载文件,从而能够在不将整个有效载荷缓冲到 RAM 中的情况下导出大容量数据集和大文件。它支持将实时音频和视频捕获直接写入磁盘,以防止在长时间录制会话期间发生内存溢出。

    Uses the standard Web Streams API to pipe data from a source to a filesystem destination without buffering.

    JavaScriptfilesaverhtml5ram
    在 GitHub 上查看↗4,355
  1. Home
  2. Web Development
  3. Web Streams API Integrations