awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesServer-Driven Routing

Defining all application routes and navigation logic on the server to remove the need for client-side routers.

Distinct from Client-side Routing: Distinct from client-side routing as it intentionally centralizes the routing logic on the backend.

Explore 1 awesome GitHub repository matching web development · Server-Driven Routing. Refine with filters or upvote what's useful.

Awesome Server-Driven Routing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • inertiajs/inertiaAvatar de inertiajs

    inertiajs/inertia

    7,708Ver en GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Eliminates the need for client-side routing libraries by defining all navigation logic and routes on the server.

    TypeScript
    Ver en GitHub↗7,708
  1. Home
  2. Web Development
  3. Server-Driven Routing