awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDatabase-Driven Route Resolution

Mechanisms for resolving request paths using a database index to support large volumes of dynamic URLs.

Distinct from URL Resolvers: Distinct from general URL resolvers; specifically handles high-volume route lookups via database indices rather than static patterns.

Explore 2 awesome GitHub repositories matching web development · Database-Driven Route Resolution. Refine with filters or upvote what's useful.

Awesome Database-Driven Route Resolution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • symfony/routingAvatar de symfony

    symfony/routing

    7,618Voir sur GitHub↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    Allows looking up request paths in a database index to handle large volumes of dynamic URLs.

    PHPcomponentphprouter
    Voir sur GitHub↗7,618
  • typehero/typeheroAvatar de typehero

    typehero/typehero

    6,625Voir sur GitHub↗

    TypeHero is a TypeScript learning platform and community space designed for solving coding challenges and sharing solutions. It functions as a collaborative code sandbox and challenge engine where users practice advanced language features by completing programming puzzles. The platform provides a technical skill tracking system featuring curated learning tracks organized by topic and difficulty. It includes tools for coding challenge design, allowing users to create and publish original programming exercises for others to solve. The system facilitates collaborative code learning through solu

    Resolves request paths for challenges and learning tracks using a database index to support dynamic URLs.

    TypeScripthacktoberfestnextjsprisma
    Voir sur GitHub↗6,625
  1. Home
  2. Web Development
  3. Database-Driven Route Resolution