awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 repositorios

Awesome GitHub RepositoriesHTTP Routing

Libraries for URL routing and request multiplexing.

Explore 23 awesome GitHub repositories matching part of an awesome list · HTTP Routing. Refine with filters or upvote what's useful.

Awesome HTTP Routing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-chi/chiAvatar de go-chi

    go-chi/chi

    22,418Ver en GitHub↗

    Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to integrate directly with the standard library, providing a set of utilities for managing HTTP request routing, context propagation, and modular service composition. The project distinguishes itself through a radix-tree-based routing system that supports recursive nesting, allowing developers to mount independent sub-routers onto specific path prefixes. This hierarchical structure enables the creation of organized, modular applications where request handlers are grouped and managed

    Small and expressive HTTP router.

    Goapicontextgo
    Ver en GitHub↗22,418
  • gorilla/muxAvatar de gorilla

    gorilla/mux

    21,832Ver en GitHub↗

    This project is a request router and web framework for the Go programming language. It provides a toolkit for matching incoming HTTP network requests to specific handler functions by evaluating criteria such as URL paths, request methods, headers, and hostnames. The framework distinguishes itself through its flexible matching capabilities, which include support for regular expressions and dynamic variable extraction from URL segments. It allows developers to organize routes into logical hierarchies, share common path prefixes, and maintain a central registry of named routes to facilitate prog

    Powerful URL routing and dispatching.

    Gogogolanggorilla
    Ver en GitHub↗21,832
  • julienschmidt/httprouterAvatar de julienschmidt

    julienschmidt/httprouter

    17,121Ver en GitHub↗

    httprouter is a high-performance HTTP request router for Go that maps incoming network requests to specific handler functions using a radix tree. It functions as a request dispatcher and path parameter parser, organizing URL paths in a tree structure to ensure efficient lookups. The router specializes in capturing dynamic segments and catch-all wildcards from URL paths to pass directly into request handlers. It implements method-specific routing and automatically manages responses for unsupported HTTP methods. The library covers broader capabilities including request normalization through tr

    High-performance HTTP router.

    Gogogolanghttp
    Ver en GitHub↗17,121
  • gocraft/webAvatar de gocraft

    gocraft/web

    1,523Ver en GitHub↗

    Go Router Middleware. Your Contexts.

    Mux and middleware package.

    Go
    Ver en GitHub↗1,523
  • goji/gojiAvatar de goji

    goji/goji

    974Ver en GitHub↗

    Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)

    Minimalist HTTP request multiplexer.

    Go
    Ver en GitHub↗974
  • gernest/alienG

    gernest/alien

    0Ver en GitHub↗

    Lightweight and fast HTTP router.

    Ver en GitHub↗0
  • xujiajun/gorouterX

    xujiajun/gorouter

    0Ver en GitHub↗

    Simple and fast HTTP router.

    Ver en GitHub↗0
  • rs/xmuxR

    rs/xmux

    0Ver en GitHub↗

    High-performance multiplexer.

    Ver en GitHub↗0
  • nbari/violetearN

    nbari/violetear

    0Ver en GitHub↗

    HTTP routing library.

    Ver en GitHub↗0
  • husobee/vestigoH

    husobee/vestigo

    0Ver en GitHub↗

    High-performance URL router.

    Ver en GitHub↗0
  • vividcortex/siestaV

    VividCortex/siesta

    0Ver en GitHub↗

    Composable framework for handlers.

    Ver en GitHub↗0
  • go-playground/pureG

    go-playground/pure

    0Ver en GitHub↗

    Lightweight router based on net/HTTP.

    Ver en GitHub↗0
  • go-ozzo/ozzo-routingG

    go-ozzo/ozzo-routing

    0Ver en GitHub↗

    Fast HTTP router with regex support.

    Ver en GitHub↗0
  • go-playground/larsG

    go-playground/lars

    0Ver en GitHub↗

    Lightweight and fast HTTP router.

    Ver en GitHub↗0
  • dimfeld/httptreemuxD

    dimfeld/httptreemux

    0Ver en GitHub↗

    Fast tree-based HTTP router.

    Ver en GitHub↗0
  • gowww/routerG

    gowww/router

    0Ver en GitHub↗

    Fast HTTP router.

    Ver en GitHub↗0
  • vardius/gorouterV

    vardius/gorouter

    0Ver en GitHub↗

    Router with middleware support.

    Ver en GitHub↗0
  • goroute/routeG

    goroute/route

    0Ver en GitHub↗

    Simple HTTP request multiplexer.

    Ver en GitHub↗0
  • razonyang/fastrouterR

    razonyang/fastrouter

    0Ver en GitHub↗

    High-performance router for fasthttp.

    Ver en GitHub↗0
  • buaazp/fasthttprouterB

    buaazp/fasthttprouter

    0Ver en GitHub↗

    High-performance router for fasthttp.

    Ver en GitHub↗0
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. HTTP Routing