awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lit/litAvatar von lit

    lit/lit

    21,679Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,679
  • paperjs/paper.jsAvatar von paperjs

    paperjs/paper.js

    15,054Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,054
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. DOM Emulation