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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesServer-Side Template Integration

Integrating client-side reactivity into HTML generated by server-side engines without syntax conflicts.

Distinguishing note: Focuses on the intersection of server-side rendering and client-side reactivity, which is not captured by the candidates.

Explore 2 awesome GitHub repositories matching web development · Server-Side Template Integration. Refine with filters or upvote what's useful.

Awesome Server-Side Template Integration GitHub Repositories

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

    vuejs/petite-vue

    9,683عرض على GitHub↗

    Petite-vue is a lightweight, client-side reactive UI library and templating engine designed for progressive enhancement. It serves as a minimal state management tool that binds reactive data to DOM elements, allowing user interfaces to update automatically when state changes without requiring a full build step. The framework specifically focuses on adding interactivity to server-rendered HTML. It allows for the creation of isolated reactive regions and embedded widgets on a single page, using custom delimiters to prevent syntax conflicts with server-side template engines. The system covers r

    Adds client-side reactivity to pages generated by server-side engines while avoiding syntax conflicts.

    TypeScript
    عرض على GitHub↗9,683
  • lwch/natpassالصورة الرمزية لـ lwch

    lwch/natpass

    4,457عرض على GitHub↗

    Natpass is a web-based remote access gateway and orchestrator designed to manage remote server instances, desktop streaming, and cloud development environments through a browser. It functions as a centralized portal for executing shell commands and accessing graphical desktops on remote servers without the need for local clients. The system includes a remote IDE host and a remote desktop streamer, enabling server-side development environments and the transmission of a remote machine's visual interface directly to a web browser. It also features a natural language documentation query tool for

    Runs a full integrated development environment on a remote server accessible through a standard web browser.

    Gocode-servergolangprotobuf
    عرض على GitHub↗4,457
  1. Home
  2. Web Development
  3. Server-Side Template Integration

استكشف الوسوم الفرعية

  • Remote IDEsServer-side hosting of full integrated development environments accessible via web browsers. **Distinct from Server-Side Template Integration:** Focuses on hosting the full IDE environment on a server, whereas the parent refers to general template integration.