awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAutomatic Routers

Systems that map code structures to URL patterns automatically.

Distinguishing note: Focuses on the automation of URL configuration.

Explore 2 awesome GitHub repositories matching web development · Automatic Routers. Refine with filters or upvote what's useful.

Awesome Automatic Routers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • encode/django-rest-frameworkAvatar von encode

    encode/django-rest-framework

    30,083Auf GitHub ansehen↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Maps viewset actions to URL patterns by inspecting class methods and metadata.

    Pythonapidjangopython
    Auf GitHub ansehen↗30,083
  • middleapi/orpcAvatar von middleapi

    middleapi/orpc

    4,862Auf GitHub ansehen↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Uses file structure or database schemas to produce fully-featured routers with validation and services.

    TypeScriptapibunjscloudflare-worker
    Auf GitHub ansehen↗4,862
  1. Home
  2. Web Development
  3. Automatic Routers

Unter-Tags erkunden

  • API Router GeneratorsSystems that automatically produce API routers from file structures or database schemas with validation and services. **Distinct from Automatic Routers:** Distinct from Automatic Routers: focuses on generating API routers with validation and services, not just URL mapping.