awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesController-Action Routing

Architectural patterns for routing HTTP requests directly to controller actions.

Distinct from Controller Method Overriders: Candidates focus on method overriding, state routing, or network traffic, not the framework-level mapping of paths to controller methods.

Explore 5 awesome GitHub repositories matching web development · Controller-Action Routing. Refine with filters or upvote what's useful.

Awesome Controller-Action Routing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • revel/revelAvatar von revel

    revel/revel

    13,224Auf GitHub ansehen↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Maps incoming HTTP request paths and methods to specific Go controller methods for execution.

    Go
    Auf GitHub ansehen↗13,224
  • gobuffalo/buffaloAvatar von gobuffalo

    gobuffalo/buffalo

    8,392Auf GitHub ansehen↗

    Buffalo ist ein umfassendes MVC-Webframework und eine Full-Stack-Toolchain für den Aufbau von Webanwendungen in Go. Es bietet eine strukturierte Entwicklungsumgebung, die Modelle, Views und Controller trennt und ein Webframework mit einem dedizierten Object-Relational-Mapper-Wrapper für Datenbankschema- und Datensatzverwaltung integriert. Das Projekt zeichnet sich durch eine Reihe von Entwicklungs-Utilities zum Bootstrapping von Projektstrukturen, zur Verwaltung von Assets und zum Erstellen produktionsreifer Container aus. Es verfügt über ein ausgeklügeltes Routing-System, das konventionsbasiertes RESTful-Ressourcen-Generieren, domänenbasiertes Virtual Hosting und die Erstellung von Route-Helpern für konsistente interne Verlinkungen unterstützt. Das Framework deckt ein breites Spektrum an Web-Kernfunktionen ab, einschließlich Middleware-basierter Request-Pipelines, dynamischem Template-Rendering und Request-Scoped-State-Management. Es enthält zudem integrierte Unterstützung für Hintergrundaufgabenverarbeitung, Session-Management, E-Mail-Versand und Graceful Server Shutdown.

    Maps incoming HTTP requests directly to specific controller actions for RESTful operations.

    Go
    Auf GitHub ansehen↗8,392
  • symfony/routingAvatar von symfony

    symfony/routing

    7,618Auf GitHub ansehen↗

    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

    Maps incoming HTTP request paths directly to specific controller actions.

    PHPcomponentphprouter
    Auf GitHub ansehen↗7,618
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Maps URI segments to controller classes and methods automatically, eliminating the need to define every route manually.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • aspnet/mvcAvatar von aspnet

    aspnet/Mvc

    5,574Auf GitHub ansehen↗

    ASP.NET Core MVC ist ein Model-View-Controller-Framework, das für den Bau dynamischer Websites und Web-APIs innerhalb des .NET-Ökosystems verwendet wird. Es bietet eine serverseitige Architektur, die Datenlogik, User-Interface-Rendering und Request-Handling trennt, um Grenzen zwischen Anwendungsschichten zu wahren. Das Framework beinhaltet eine Razor-Template-Engine für das Einbetten von Code in HTML-Seiten, um dynamische Webinhalte zu generieren. Es fungiert zudem als RESTful-Web-API-Framework für die Erstellung skalierbarer HTTP-Dienste, die strukturierte Daten über eine standardisierte Netzwerkschnittstelle an Clients liefern. Das System verwaltet die Anforderungsverarbeitung durch eine Middleware-Pipeline und verwendet aktionsbasiertes Routing, um eingehende HTTP-Anfragen auf spezifische Controller-Methoden abzubilden. Es unterstützt zudem die Anwendungsentwicklung durch Model-Binding, einen Dependency-Injection-Container und serverseitige Web-Hosting-Optionen.

    Implements a system for mapping incoming HTTP requests directly to specific controller methods via route templates.

    C#aspnet-product
    Auf GitHub ansehen↗5,574
  1. Home
  2. Web Development
  3. Controller-Action Routing