awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lit/litالصورة الرمزية لـ lit

    lit/lit

    21,679عرض على 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
    عرض على GitHub↗21,679
  • paperjs/paper.jsالصورة الرمزية لـ paperjs

    paperjs/paper.js

    15,054عرض على 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
    عرض على GitHub↗15,054
  1. Home
  2. Web Development
  3. Server-Side Rendering
  4. DOM Emulation