httprouter
Router
A lightweight and high-performance HTTP request router that supports variables in routing patterns and scales well with large numbers of routes.
A high performance HTTP request router that scales well
17k stars
315 watching
1k forks
Language: Go
last commit: 4 months ago
Linked from 3 awesome lists
gogolanghttphttproutermuxrouter
Related projects:
Repository | Description | Stars |
---|---|---|
gorilla/mux | A powerful HTTP router and URL matcher for building web servers. | 20,887 |
dimfeld/httptreemux | A high-speed, tree-based HTTP router for Go that supports flexible routing patterns and context support | 616 |
julienschmidt/go-http-routing-benchmark | Compares performance of HTTP request routers in Go | 1,651 |
goroute/route | A lightweight HTTP request multiplexer with built-in middleware support | 9 |
go-ozzo/ozzo-routing | A high-performance HTTP router package for Go that supports regular expression route matching and is designed to build RESTful APIs. | 455 |
nbari/violetear | A lightweight HTTP router with features for static and dynamic routing, middleware compatibility, and support for various HTTP protocols. | 107 |
fasthttp/router | A high-performance HTTP request router with features like radix tree optimization and case-insensitive matching. | 465 |
bmf-san/goblin | A lightweight, trie-based HTTP router for Go with advanced routing capabilities. | 78 |
claygod/bxog | An HTTP request multiplexer written in Go. | 102 |
vardius/gorouter | A lightweight Go framework for building HTTP request routers and multiplexers | 154 |
go-playground/pure | A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 149 |
flatiron/director | A routing library for building single-page apps and Node.js applications with minimal differences between browser and Node.js environments. | 5,603 |
xujiajun/gorouter | A fast and feature-rich HTTP router for Go that supports regular expressions. | 533 |
go-zoo/bone | An HTTP multiplexer that allows for flexible routing and parameter handling | 1,288 |
rs/xmux | A high-performance HTTP request muxer with route parameter support and caching | 98 |