awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Server-Side Rendering Engines · Awesome GitHub Repositories

2 repos

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 2 awesome GitHub repositories matching web development · Server-Side Rendering Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Server-Side Rendering Engines

Awesome Server-Side Rendering Engines GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • gofiber/fiber

    gofiber/fiber

    39,238View on 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
    39,238View on GitHub↗
  • preactjs/preact

    preactjs/preact

    38,393View on 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
    38,393View on GitHub↗