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
·

23 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • go-chi/chiAvatar von go-chi

    go-chi/chi

    22,418Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22,418
  • gorilla/muxAvatar von gorilla

    gorilla/mux

    21,832Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,832
  • julienschmidt/httprouterAvatar von julienschmidt

    julienschmidt/httprouter

    17,121Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,121
  • gocraft/webAvatar von gocraft

    gocraft/web

    1,523Auf GitHub ansehen↗

    Go Router Middleware. Your Contexts.

    Mux and middleware package.

    Go
    Auf GitHub ansehen↗1,523
  • goji/gojiAvatar von goji

    goji/goji

    974Auf GitHub ansehen↗

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

    Minimalist HTTP request multiplexer.

    Go
    Auf GitHub ansehen↗974
  • gernest/alienG

    gernest/alien

    0Auf GitHub ansehen↗

    Lightweight and fast HTTP router.

    Auf GitHub ansehen↗0
  • xujiajun/gorouterX

    xujiajun/gorouter

    0Auf GitHub ansehen↗

    Simple and fast HTTP router.

    Auf GitHub ansehen↗0
  • rs/xmuxR

    rs/xmux

    0Auf GitHub ansehen↗

    High-performance multiplexer.

    Auf GitHub ansehen↗0
  • nbari/violetearN

    nbari/violetear

    0Auf GitHub ansehen↗

    HTTP routing library.

    Auf GitHub ansehen↗0
  • husobee/vestigoH

    husobee/vestigo

    0Auf GitHub ansehen↗

    High-performance URL router.

    Auf GitHub ansehen↗0
  • vividcortex/siestaV

    VividCortex/siesta

    0Auf GitHub ansehen↗

    Composable framework for handlers.

    Auf GitHub ansehen↗0
  • go-playground/pureG

    go-playground/pure

    0Auf GitHub ansehen↗

    Lightweight router based on net/HTTP.

    Auf GitHub ansehen↗0
  • go-ozzo/ozzo-routingG

    go-ozzo/ozzo-routing

    0Auf GitHub ansehen↗

    Fast HTTP router with regex support.

    Auf GitHub ansehen↗0
  • go-playground/larsG

    go-playground/lars

    0Auf GitHub ansehen↗

    Lightweight and fast HTTP router.

    Auf GitHub ansehen↗0
  • dimfeld/httptreemuxD

    dimfeld/httptreemux

    0Auf GitHub ansehen↗

    Fast tree-based HTTP router.

    Auf GitHub ansehen↗0
  • gowww/routerG

    gowww/router

    0Auf GitHub ansehen↗

    Fast HTTP router.

    Auf GitHub ansehen↗0
  • vardius/gorouterV

    vardius/gorouter

    0Auf GitHub ansehen↗

    Router with middleware support.

    Auf GitHub ansehen↗0
  • goroute/routeG

    goroute/route

    0Auf GitHub ansehen↗

    Simple HTTP request multiplexer.

    Auf GitHub ansehen↗0
  • razonyang/fastrouterR

    razonyang/fastrouter

    0Auf GitHub ansehen↗

    High-performance router for fasthttp.

    Auf GitHub ansehen↗0
  • buaazp/fasthttprouterB

    buaazp/fasthttprouter

    0Auf GitHub ansehen↗

    High-performance router for fasthttp.

    Auf GitHub ansehen↗0
Vorherige12Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. HTTP Routing