awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesSpecification-Driven Routing

Routing mechanisms that derive endpoint mappings directly from an API specification document.

Distinct from Service-Specific Routing: Candidates cover webhook routing or functional closures; this is specifically about using an OpenAPI spec to drive the routing table.

Explore 2 awesome GitHub repositories matching web development · Specification-Driven Routing. Refine with filters or upvote what's useful.

Awesome Specification-Driven Routing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spec-first/connexionAvatar de spec-first

    spec-first/connexion

    4,600Voir sur GitHub↗

    Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it

    Maps incoming network requests to handler functions by resolving operation identifiers and paths defined in an OpenAPI document.

    Pythonapi-firstapi-restflask-extensions
    Voir sur GitHub↗4,600
  • swagger-api/swagger-nodeAvatar de swagger-api

    swagger-api/swagger-node

    3,950Voir sur GitHub↗

    swagger-node est une boîte à outils pour le développement d'API OpenAPI qui garantit que l'implémentation d'un projet correspond à sa conception documentée. Il permet la génération de serveurs API fonctionnels et d'une documentation interactive directement à partir de fichiers de spécification YAML. Le projet propose un système pour mapper les endpoints d'API vers des fonctions de contrôleur spécifiques et un mode mock qui simule les réponses d'API à partir de la spécification. Cela permet le prototypage d'API et le développement frontend avant que la logique métier backend ne soit implémentée. La plateforme fournit une interface en ligne de commande pour le bootstrapping de projet, la gestion de serveur et la vérification d'intégrité. Elle inclut des capacités pour la validation des paramètres basée sur des middlewares, la génération automatisée de documentation et l'exécution de suites de tests avec prise en charge du débogage à distance.

    Maps incoming HTTP requests to controller functions based on the YAML API definition file.

    JavaScript
    Voir sur GitHub↗3,950
  1. Home
  2. Web Development
  3. Specification-Driven Routing