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

5 repos

Awesome GitHub RepositoriesRouting and Request Handling

Components focused on mapping incoming network traffic to specific application logic and managing the request-response lifecycle.

Explore 5 awesome GitHub repositories matching web development · Routing and Request Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Routing and Request Handling

Awesome Routing and Request Handling GitHub Repositories

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

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework

    Goframeworkgingo
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • 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
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Rubyactivejobactiverecordframework
  • Zie619/n8n-workflows

    Zie619/n8n-workflows

    51,686GitHubView on GitHub↗

    This project is a centralized repository and discovery platform for managing large collections of automation workflow definitions. It functions as an asset registry that provides visibility into complex process logic and integration patterns, allowing users to locate, filter, and manage pre-built automation templates a

    Python

Explore sub-tags

  • Asynchronous API RoutingFrameworks that handle incoming web traffic by mapping API endpoints to asynchronous execution processes.
  • HTTP Request HandlersComponents that route incoming HTTP traffic to specific controller classes or methods for request processing.
  • Modular Routing SystemsSystems for creating isolated and reusable route handlers that encapsulate specific URL paths and HTTP methods.