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

3 repos

Awesome GitHub RepositoriesServer-Side Rendering

Techniques for generating dynamic HTML content on the server to improve performance and search engine visibility.

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

  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Server-Side Rendering

Awesome Server-Side Rendering GitHub Repositories

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

    withastro/astro

    56,962GitHubView on GitHub↗

    Astro is a content-driven web framework designed for building multi-page applications that prioritize performance by shipping minimal JavaScript to the browser. It functions as a static site generator and server-side rendering engine, transforming source files into optimized HTML documents. By utilizing an island archi

    TypeScriptastroblogbrowser
  • go-gitea/gitea

    go-gitea/gitea

    53,820GitHubView on GitHub↗

    Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or

    Gobitbucketcicddevops
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Hydration MechanismsProcesses for attaching interactivity to server-rendered HTML.
  • Template-Driven RenderingGenerating dynamic HTML by merging data models with pre-defined server-side templates.