awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBlob Constructors

Utilities for creating blob objects from various data sources.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Blob Constructors. Refine with filters or upvote what's useful.

Awesome Blob Constructors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • oven-sh/bunالصورة الرمزية لـ oven-sh

    oven-sh/bun

    93,257عرض على GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Constructs blob objects from various data sources including strings and binary chunks to facilitate standardized web-based data handling.

    Rustbunbundlerjavascript
    عرض على GitHub↗93,257
  • eligrey/filesaver.jsالصورة الرمزية لـ eligrey

    eligrey/FileSaver.js

    22,032عرض على GitHub↗

    FileSaver.js is a client-side utility library designed to trigger browser download prompts for files generated within a web application or retrieved from remote web addresses. It enables the export of data directly to a user's local device, eliminating the need for server-side processing or backend infrastructure to handle file creation and storage. The library functions as a wrapper for the browser Blob API, simplifying the process of encapsulating binary data and mapping it to temporary object URLs. By programmatically managing anchor elements and their download attributes, it simulates use

    A tool that simplifies the creation and downloading of files from Blob objects across all modern web browsers.

    JavaScript
    عرض على GitHub↗22,032
  • node-fetch/node-fetchالصورة الرمزية لـ node-fetch

    node-fetch/node-fetch

    8,857عرض على GitHub↗

    node-fetch is a promise-based HTTP client library that provides a lightweight implementation of the Fetch API for the Node.js runtime. It serves as a network interface for performing asynchronous HTTP requests, handling server communication, and managing headers. The library utilizes a promise-based request lifecycle to wrap network calls, ensuring asynchronous behavior. It incorporates stream-based handling for both requests and responses to process large payloads efficiently without overloading system memory. Its capabilities cover a broad range of network communication tasks, including th

    Converts Node.js binary buffers into web-standard blob objects for consistent data interfacing.

    JavaScriptfetchfetch-apihacktoberfest
    عرض على GitHub↗8,857
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Data & Text Processing
  5. Blob Constructors