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

2 repos

Awesome GitHub RepositoriesRouting Engines

Core software components that process routing rules to determine the destination of network traffic.

Explore 2 awesome GitHub repositories matching networking & communication · Routing Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Network Infrastructure and Routing
  4. Network Routing and Traffic Management
  5. Routing Engines

Awesome Routing Engines 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
  • 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

  • File-Based Routing EnginesRouting systems that automatically derive application paths from the directory structure of the project.
  • Middleware-Based Routing EnginesRouting systems that process requests through a sequence of modular middleware components before reaching the final handler.