6 repos
Focuses on engines optimized for generating full HTML responses or email content on the server, distinct from client-side execution.
Explore 6 awesome GitHub repositories matching user interface & experience · Server-Side Rendering Engines. Refine with filters or upvote what's useful.
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
Injects dynamic application data into HTML templates using a server-side rendering engine with custom tags and filters.
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
Generates HTML output from files or strings by merging data dictionaries, with support for streaming rendered content.
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
Inject dynamic application data into view templates to render server-side HTML pages before delivery to the browser.
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
Injects dynamic application data into HTML templates to generate server-side responses and email content.
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
Maps dynamic database content into structured HTML layouts using a logic-less templating engine for server-side rendering.
Jekyll is a static site generator that transforms plain text files and markup into complete, deployable websites. It functions as a content management engine and blog-aware publishing platform, orchestrating a multi-stage build process that organizes structured data and source files into a consistent site architecture.
Executes template logic and filters to inject dynamic data into static HTML structures during generation.