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

4 repos

Awesome GitHub RepositoriesRoute Definition Strategies

Approaches for mapping URIs to application logic, focusing on how routes are registered and organized within the codebase.

Explore 4 awesome GitHub repositories matching web development · Route Definition Strategies. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Routing Systems
  4. Routing
  5. Route Definition Strategies

Awesome Route Definition Strategies 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
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp
  • obra/superpowers

    obra/superpowers

    55,426GitHubView on GitHub↗

    Superpowers is a browser-based game development engine and collaborative integrated development environment. It provides a unified workspace for building two-dimensional interactive experiences, allowing users to manage code, assets, and scene logic directly within a web browser without the need for local compilers or

    Shell

Explore sub-tags

  • Application Route DefinitionsSystems that map URI paths and HTTP methods to specific controller actions or handler functions.
  • Convention-Over-Configuration RoutersRouters that map URI patterns to controller actions using a centralized registry to simplify management.
  • File-System-Based RoutersRouters that automatically map directory structures and file paths to corresponding application URL endpoints.
  • Route GroupingMethods for organizing related routes to share common attributes like middleware and controllers.