awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
polyfillpolyfill avatar

polyfillpolyfill/polyfill-service

0
View on GitHub↗
7,144 estrellas·671 forks·JavaScript·MIT·2 vistaspolyfill.io↗

Polyfill Service

Polyfill Service is a server that automatically selects and delivers JavaScript polyfills based on the requesting browser's capabilities. It reads the User-Agent header of each request to determine which polyfills are needed, ensuring that only the code required for that specific browser is served.

The service assembles polyfill bundles on the server at request time, generating custom JavaScript payloads per client. It uses runtime feature detection to decide which polyfills to include, avoiding unnecessary code for modern browsers, and sends these bundles as streaming responses for progressive loading. A versioned polyfill repository allows precise matching of polyfill versions to browser requirements.

The project maintains a collection of polyfills that can be conditionally loaded based on browser support, reducing payload size for modern browsers while ensuring compatibility for older ones.

Features

  • Browser Polyfill Servers - Is a server that automatically selects and serves polyfills based on browser capabilities.
  • User-Agent-Based Polyfill Selection - Reads the User-Agent header to select and serve only the polyfills needed for that browser.
  • Runtime Bundling - Ships a server that bundles polyfills at runtime based on feature detection results.
  • Browser-Specific Delivery - Serves browser-specific polyfills by reading the User-Agent header of each request.
  • User-Agent-Tailored Delivery - Automatically serves polyfills tailored to the requesting browser's User-Agent.
  • Conditional Loading - Provides a server that conditionally loads polyfills based on browser feature detection.
  • Server-Side Polyfill Assembly - Provides a server that assembles custom polyfill bundles per request at runtime.
  • UA-Based Polyfill Delivery Services - Delivers targeted JavaScript polyfills by parsing the User-Agent header of each request.
  • Response Streaming - Delivers polyfill bundles as streaming HTTP responses for progressive loading.
  • Versioned Polyfill Repositories - Maintains a versioned repository of polyfills for precise browser-specific delivery.

Historial de estrellas

Gráfico del historial de estrellas de polyfillpolyfill/polyfill-serviceGráfico del historial de estrellas de polyfillpolyfill/polyfill-service

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace polyfillpolyfill/polyfill-service?

Polyfill Service is a server that automatically selects and delivers JavaScript polyfills based on the requesting browser's capabilities. It reads the User-Agent header of each request to determine which polyfills are needed, ensuring that only the code required for that specific browser is served.

¿Cuáles son las características principales de polyfillpolyfill/polyfill-service?

Las características principales de polyfillpolyfill/polyfill-service son: Browser Polyfill Servers, User-Agent-Based Polyfill Selection, Runtime Bundling, Browser-Specific Delivery, User-Agent-Tailored Delivery, Conditional Loading, Server-Side Polyfill Assembly, UA-Based Polyfill Delivery Services.

¿Qué alternativas de código abierto existen para polyfillpolyfill/polyfill-service?

Las alternativas de código abierto para polyfillpolyfill/polyfill-service incluyen: remsky/kokoro-fastapi — Kokoro-FastAPI is a text-to-speech API and LLM speech synthesis server that generates spoken audio from text via a… rag-web-ui/rag-web-ui — This project is a web-based platform designed for retrieval-augmented generation, providing a conversational interface… bitinn/node-fetch — node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It… barryvdh/laravel-dompdf — This project is a Laravel integration for the Dompdf rendering engine, providing a tool to convert HTML and CSS… chyingp/nodejs-learning-guide — This project is a learning guide and collection of study notes designed to teach Node.js backend development. It… chatgpt-web-dev/chatgpt-web — This project is a self-hosted, web-based interface designed for interacting with large language models. It provides a…

Alternativas open-source a Polyfill Service

Proyectos open-source similares, clasificados según cuántas características comparten con Polyfill Service.
  • rag-web-ui/rag-web-uiAvatar de rag-web-ui

    rag-web-ui/rag-web-ui

    3,048Ver en GitHub↗

    This project is a web-based platform designed for retrieval-augmented generation, providing a conversational interface that connects language models to private document collections. It functions as a comprehensive system for managing enterprise knowledge bases, allowing users to query internal documents and receive context-aware, source-verified answers through a natural language chat interface. The platform distinguishes itself by integrating vector-based semantic search with modular knowledge base management, enabling the ingestion, segmentation, and indexing of documents into searchable em

    TypeScriptaideepseeklangchain
    Ver en GitHub↗3,048
  • remsky/kokoro-fastapiAvatar de remsky

    remsky/Kokoro-FastAPI

    4,422Ver en GitHub↗

    Kokoro-FastAPI is a text-to-speech API and LLM speech synthesis server that generates spoken audio from text via a REST interface. It functions as a Kubernetes-native deployment designed for orchestrated speech synthesis. The system includes a voice blending engine that creates unique vocal profiles by mixing multiple existing voices using custom weight ratios. The service provides real-time audio streaming to reduce latency and generates word-level timestamps for speech synchronization. It manages hardware efficiency through on-demand model loading to optimize VRAM usage and includes system

    Pythonfastapihuggingface-spaceskokoro
    Ver en GitHub↗4,422
  • bitinn/node-fetchAvatar de bitinn

    bitinn/node-fetch

    8,861Ver en GitHub↗

    node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It provides a promise-based interface for making asynchronous network requests to retrieve or send data from server-side environments. The project specializes in memory-efficient data handling by utilizing request and response streaming. This allows for the incremental processing of large network payloads through native system streams to prevent memory exhaustion. The library covers a broad range of networking capabilities, including the use of custom HTTP agents for DNS and SSL config

    JavaScript
    Ver en GitHub↗8,861
  • barryvdh/laravel-dompdfAvatar de barryvdh

    barryvdh/laravel-dompdf

    7,270Ver en GitHub↗

    This project is a Laravel integration for the Dompdf rendering engine, providing a tool to convert HTML and CSS templates into PDF documents. It functions as a wrapper that allows Laravel applications to generate downloadable or streamable PDF files from web-standard content. The library includes specialized tools for producing PDF/A-3b compliant documents intended for long-term electronic preservation. This archival capability includes the ability to embed XML metadata and attachments, which supports electronic invoicing standards for digital business transactions. The software covers a bro

    PHP
    Ver en GitHub↗7,270
  • Ver las 30 alternativas a Polyfill Service→