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
·

1 repositorio

Awesome GitHub RepositoriesServer-Side Polyfill Assembly

Assembles polyfill bundles on the server at request time, generating custom JavaScript payloads per client.

Distinct from Server Polyfills: No candidate captures server-side assembly of polyfill bundles per request; closest candidates are specific polyfill types or unrelated server polyfills.

Explore 1 awesome GitHub repository matching web development · Server-Side Polyfill Assembly. Refine with filters or upvote what's useful.

Awesome Server-Side Polyfill Assembly GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • polyfillpolyfill/polyfill-serviceAvatar de polyfillpolyfill

    polyfillpolyfill/polyfill-service

    7,144Ver en GitHub↗

    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 progressi

    Provides a server that assembles custom polyfill bundles per request at runtime.

    JavaScriptorigamipolyfillpolyfill-service
    Ver en GitHub↗7,144
  1. Home
  2. Web Development
  3. Server-Side Polyfill Assembly