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
·

2 repositorios

Awesome GitHub RepositoriesDOM Emulation

Provides minimal DOM shims and custom element registries in server-side environments.

Distinct from Server-Side Rendering: Distinct from general SSR: focuses on environment-specific API shims rather than the rendering process itself.

Explore 2 awesome GitHub repositories matching web development · DOM Emulation. Refine with filters or upvote what's useful.

Awesome DOM Emulation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lit/litAvatar de lit

    lit/lit

    21,679Ver en GitHub↗

    Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con

    Provides minimal DOM shims and custom element registries in server-side environments to allow components to function without a browser.

    TypeScripthtml-templateslitlit-element
    Ver en GitHub↗21,679
  • paperjs/paper.jsAvatar de paperjs

    paperjs/paper.js

    15,054Ver en GitHub↗

    Paper.js is an HTML5 Canvas vector graphics library and scripting framework used for creating and manipulating 2D shapes and paths. It functions as a vector animation framework and a headless vector graphics engine, allowing for the execution of graphics operations in both browser and server-side environments. The project features a dedicated SVG import and export engine to convert between native vector items and the SVG format. It includes a specialized boolean path operation toolkit for uniting, subtracting, and intersecting vector paths to create complex geometric shapes. The library cove

    Emulates a browser environment using DOM shims to execute vector operations in server-side or non-browser contexts.

    JavaScript
    Ver en GitHub↗15,054
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. DOM Emulation