awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • oven-sh/bunAvatar von oven-sh

    oven-sh/bun

    93,257Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗93,257
  • eligrey/filesaver.jsAvatar von eligrey

    eligrey/FileSaver.js

    22,032Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,032
  • node-fetch/node-fetchAvatar von node-fetch

    node-fetch/node-fetch

    8,857Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,857
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Data & Text Processing
  5. Blob Constructors