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

2 repos

Awesome GitHub RepositoriesApplication Routing

Systems for mapping application states to specific URLs, including client-side routers and decorator-based configurations.

Explore 2 awesome GitHub repositories matching web development · Application Routing. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Routing Systems
  4. Application Routing

Awesome Application Routing GitHub Repositories

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

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Client-Side RoutersTools for managing browser history and view transitions without page reloads.
  • Decorator-Based Route MappingsRouting configurations defined by attaching metadata to class methods or functions using language-level decorators.