awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Request Processing · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesRequest Processing

Middleware and logic flows that manage the lifecycle of an incoming request from receipt to final execution.

Explore 6 awesome GitHub repositories matching networking & communication · Request Processing. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Communication Protocols and Architectures
  4. Request Processing Architectures
  5. Request Processing

Awesome Request Processing GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • caddyserver/caddy

    caddyserver/caddy

    70,190GitHubView on GitHub↗

    Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built

    Goacmeautomatic-httpscaddy
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs
  • traefik/traefik

    traefik/traefik

    61,814GitHubView on GitHub↗

    Traefik is a cloud-native edge router and API gateway designed to manage service communication and traffic flow across distributed infrastructure. It functions as a dynamic service proxy that automatically discovers backend services and configures routing rules in real time, eliminating the need for manual restarts or

    Goconsuldockeretcd
  • scrapy/scrapy

    scrapy/scrapy

    59,824GitHubView on GitHub↗

    Scrapy is a comprehensive framework designed for automated web data extraction and large-scale crawling. It operates on an asynchronous, event-driven engine that manages non-blocking network requests and data processing tasks, allowing for the efficient retrieval of structured information from web documents using path-

    Pythoncrawlercrawlingframework
  • nuxt/nuxt

    nuxt/nuxt

    59,659GitHubView on GitHub↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a

    TypeScriptcsrframeworkfull-stack

Explore sub-tags

  • Application MiddlewareFunctions that execute logic during the request-response lifecycle of an application.
  • Directive-Based Request PipelinesRequest processing chains that use rule-based modules to match and transform traffic.
  • Middleware-Based Request PipelinesModular chains of pluggable components that intercept, modify, and process network requests and responses.
Parameter-Driven Middleware
Middleware that executes conditionally based on the presence of specific URL parameters.
  • Request ContextsThread-safe storage containers for sharing data across functions within a single request lifecycle.
  • Request HandlersFunctions or middleware that process incoming requests and control the execution flow.
  • Route MiddlewareLogic executed during the navigation lifecycle to intercept, validate, or transform requests before they reach the final route handler.