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

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

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

16 مستودعات

Awesome GitHub RepositoriesServer-Side Rendering Engines

Systems that generate dynamic HTML content on the server before sending it to the client.

Distinguishing note: None available; no candidates provided.

Explore 16 awesome GitHub repositories matching web development · Server-Side Rendering Engines. Refine with filters or upvote what's useful.

Awesome Server-Side Rendering Engines GitHub Repositories

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

    zeit/next.js

    140,086عرض على GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    Implements a server-side rendering engine to pre-render React components for faster initial page loads.

    JavaScript
    عرض على GitHub↗140,086
  • nuxt/nuxt.jsالصورة الرمزية لـ nuxt

    nuxt/nuxt.js

    60,458عرض على GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    Uses a lightweight, cross-platform server engine to generate dynamic HTML content on the server.

    TypeScript
    عرض على GitHub↗60,458
  • gofiber/fiberالصورة الرمزية لـ gofiber

    gofiber/fiber

    39,849عرض على GitHub↗

    Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat

    Generating dynamic web pages on the server by integrating template engines and custom functions to serve content directly to browsers.

    Goexpressexpressjsfast
    عرض على GitHub↗39,849
  • developit/preactالصورة الرمزية لـ developit

    developit/preact

    38,704عرض على GitHub↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    Functions as a system that generates dynamic HTML on the server before hydrating it on the client.

    JavaScript
    عرض على GitHub↗38,704
  • preactjs/preactالصورة الرمزية لـ preactjs

    preactjs/preact

    38,701عرض على GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Generates static HTML strings from component trees to support server-side rendering.

    JavaScriptcomponentsdomjsx
    عرض على GitHub↗38,701
  • triliumnext/triliumالصورة الرمزية لـ TriliumNext

    TriliumNext/Trilium

    36,466عرض على GitHub↗

    Trilium is a local-first personal knowledge management system designed to store and organize information on a user's own device. It functions as a hierarchical knowledge base where every note acts as both a standalone document and a container for nested children, allowing for complex information relationships and deep categorization. The platform distinguishes itself through a component-based interface that dynamically renders diverse content types, including rich text, diagrams, and executable scripts. All data is persisted within a single relational database file, which supports a versioned

    Generates the user interface on the server to deliver fully formed pages for immediate display.

    TypeScriptelectronelectron-appknowledge-base
    عرض على GitHub↗36,466
  • dioxuslabs/dioxusالصورة الرمزية لـ DioxusLabs

    DioxusLabs/dioxus

    36,400عرض على GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Generates initial HTML on the server to improve search engine visibility and provide faster page loads.

    Rustandroidcssdesktop
    عرض على GitHub↗36,400
  • glanceapp/glanceالصورة الرمزية لـ glanceapp

    glanceapp/glance

    35,169عرض على GitHub↗

    Glance is a self-hosted web portal designed to aggregate real-time data, system monitoring, and content feeds into a single, customizable dashboard. It functions as a centralized interface for managing internal tools and network services, allowing users to secure their portal with password authentication and define the application's visual identity and layout through structured configuration files. The platform is built on a modular widget engine that treats individual dashboard components as isolated units. This architecture enables users to arrange widgets into custom pages and columns, wit

    Processes data on the server and injects it into HTML templates before delivery.

    Goaggregatordashboarddocker
    عرض على GitHub↗35,169
  • yewstack/yewالصورة الرمزية لـ yewstack

    yewstack/yew

    32,696عرض على GitHub↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Generates static markup on the server to improve initial load performance before handing off control to the client-side runtime.

    Rustasmjsconcurrencyelm
    عرض على GitHub↗32,696
  • alibaba/iceالصورة الرمزية لـ alibaba

    alibaba/ice

    18,632عرض على GitHub↗

    Ice is an enterprise-grade web application framework designed to support the development of scalable, distributed front-end systems. It functions as a comprehensive JavaScript build toolchain and orchestration platform, providing the necessary infrastructure to manage complex business logic, standardized project structures, and automated asset pipelines. The framework distinguishes itself through a modular plugin architecture and native support for micro-frontend orchestration. By allowing developers to compose applications from independently deployable modules, it enables large teams to coll

    Switches between client-side, server-side, and static generation strategies to balance page load performance with search engine visibility requirements.

    TypeScriptframeworkicejsmicrofrontends
    عرض على GitHub↗18,632
  • trueadm/infernoالصورة الرمزية لـ trueadm

    trueadm/inferno

    16,420عرض على GitHub↗

    Inferno is an isomorphic JavaScript framework and virtual DOM UI library used for building user interfaces. It functions as a server-side rendering engine that converts virtual nodes into HTML strings for the server and hydrates them on the client to optimize initial load speeds and search engine indexing. The framework features a synthetic event system that provides a normalized interface for handling browser interactions consistently across different web environments. It employs a reactive UI model to synchronize state-driven updates and reactive streams with the browser document object mod

    Operates as a server-side rendering engine that converts virtual nodes into HTML for fast initial delivery.

    JavaScript
    عرض على GitHub↗16,420
  • revel/revelالصورة الرمزية لـ revel

    revel/revel

    13,224عرض على GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    A system for generating dynamic HTML pages using Go templates and a pluggable rendering engine.

    Go
    عرض على GitHub↗13,224
  • inertiajs/inertiaالصورة الرمزية لـ inertiajs

    inertiajs/inertia

    7,708عرض على GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    A tool for generating initial HTML on the server to improve SEO and load speeds before hydrating client interactivity.

    TypeScript
    عرض على GitHub↗7,708
  • choojs/chooالصورة الرمزية لـ choojs

    choojs/choo

    6,767عرض على GitHub↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    Includes an engine for generating static HTML strings from application state for SEO.

    JavaScriptchoodominterface
    عرض على GitHub↗6,767
  • kbrsh/moonالصورة الرمزية لـ kbrsh

    kbrsh/moon

    5,951عرض على GitHub↗

    Moon is a minimal reactive UI library for building user interfaces with a component composition framework, client-side routing, server-side rendering, and signals-based reactivity. It provides a virtual DOM diffing engine that computes minimal real DOM mutations, enabling efficient view updates by comparing in-memory UI representations against previous versions. The library distinguishes itself through a signals-based reactivity system that tracks data dependencies through observable signals, triggering targeted DOM updates only when values change. It implements a state driver pattern for uni

    Generates HTML on the server for faster page loads and search engine indexing.

    JavaScriptfunctional-programmingjavascriptmoon
    عرض على GitHub↗5,951
  • olado/dotالصورة الرمزية لـ olado

    olado/doT

    5,043عرض على GitHub↗

    doT هو محرك قوالب JavaScript مجمع ونظام عرض يستخدم لتوليد نصوص وHTML ديناميكية لكل من واجهات المتصفح وبيئات خادم Node.js. يحول سلاسل القوالب إلى دوال JavaScript قابلة للتنفيذ لإنتاج مخرجات نصية عبر بيئات تشغيل مختلفة. يركز النظام على تجميع ملفات مصدر القوالب مسبقاً في وحدات JavaScript مستقلة في وقت البناء. تلغي هذه العملية عبء التجميع في وقت التشغيل، وتزيد من سرعة التنفيذ، وتمنع حقن الكود الضار. يدعم المحرك الاستيفاء القائم على المنطق باستخدام الشروط ومكررات المصفوفات، بالإضافة إلى إنشاء أجزاء ووحدات ماكرو قابلة لإعادة الاستخدام. تشمل القدرات الإضافية التحكم في المسافات البيضاء، وتكوين المحددات المخصصة، والقدرة على تعيين هياكل الأدلة تلقائياً إلى معرفات القوالب.

    Generates dynamic HTML content on the server to improve initial page load performance and SEO.

    JavaScript
    عرض على GitHub↗5,043
  1. Home
  2. Web Development
  3. Server-Side Rendering Engines