2 dépôts
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.
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.
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.