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

3 repos

Awesome GitHub RepositoriesServer-Side Rendering Architectures

Frameworks that offload rendering tasks to server environments or define boundaries between server and client execution, distinct from pure client-side logic.

Explore 3 awesome GitHub repositories matching graphics & multimedia · Server-Side Rendering Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. Rendering
  5. Rendering Systems
  6. Server-Side Rendering Architectures

Awesome Server-Side Rendering Architectures GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • godotengine/godot

    godotengine/godot

    106,855GitHubView on GitHub↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-plat

    C++game-developmentgame-enginegamedev
  • puppeteer/puppeteer

    puppeteer/puppeteer

    93,606GitHubView on GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to fac

    TypeScriptautomationchromechromium

Explore sub-tags

  • Component Boundary DirectivesDirectives used to mark specific code modules and their dependencies for execution on the client side.
  • Server-Side Rendering AbstractionsArchitectural layers that decouple high-level logic from low-level rendering commands to offload visual processing tasks.
  • Server-Side Rendering EnginesUtilities that execute applications in controlled environments to generate pre-rendered content on the server.