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

3 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 3 awesome GitHub repositories matching web development · Routing and Request Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Server-Side Frameworks
  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.
  • 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.