1 repo
Architectural patterns for routing traffic through security and logging layers before processing.
Distinguishing note: Focuses on the architectural pattern of request interception, distinct from specific web framework middleware.
Explore 1 awesome GitHub repository matching software engineering & architecture · Request Interception Middleware. Refine with filters or upvote what's useful.
Gin-vue-admin is a full-stack development scaffold designed to accelerate the creation of enterprise-grade web applications. It provides a pre-configured foundation for both backend and frontend components, incorporating a modular plugin architecture that allows developers to organize and manage application features as decoupled packages. The platform distinguishes itself through extensive automation, utilizing template-driven code generation to produce boilerplate code and interactive API documentation directly from source code annotations. It features a database-first schema mapping system
Routes incoming traffic through a series of security and logging layers to validate authentication tokens before executing core business logic.