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

5 repos

Awesome GitHub RepositoriesServer-Side Rendering Engines

Focuses on engines optimized for generating full HTML responses or email content on the server, distinct from client-side execution.

Explore 5 awesome GitHub repositories matching user interface & experience · Server-Side Rendering Engines. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Rendering and Layout Engines
  4. Presentation Engines
  5. Template Engines
  6. Server-Side Rendering Engines

Awesome Server-Side Rendering Engines GitHub Repositories

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

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Rubyactivejobactiverecordframework
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    JavaScriptbloggingcmsghost

Explore sub-tags

  • Dynamic Template RenderingEngines that generate HTML by replacing variables in static files with dynamic data.
  • HTML Template RenderersTools that generate HTML output by merging data dictionaries with predefined templates or strings.
  • Logic-less Template EnginesTemplating languages that map dynamic database content into structured HTML without using embedded logic.
Server-Side Template Engines
Rendering mechanisms that inject dynamic application data into HTML templates to generate web responses on the server.