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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesFramework Middleware Integration

Capabilities for wrapping existing web applications as middleware to add additional routing or validation layers.

Distinct from Existing Codebase Integrations: Focuses on the architectural wrapping of an app to add spec-driven features, not integration into a client or bot.

Explore 2 awesome GitHub repositories matching web development · Framework Middleware Integration. Refine with filters or upvote what's useful.

Awesome Framework Middleware Integration 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

    Wraps existing web applications as middleware to inject specification-driven routing and validation.

    Pythonapi-firstapi-restflask-extensions
    Voir sur GitHub↗4,600
  • haml/hamlAvatar de haml

    haml/haml

    3,834Voir sur GitHub↗

    Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi

    Connects the compilation engine to web frameworks as a pluggable middleware module for view templates.

    Ruby
    Voir sur GitHub↗3,834
  1. Home
  2. Web Development
  3. Framework Middleware Integration