fastrouter
Router
A fast and flexible HTTP router written in Go with customizable options and features.
FastRouter is a fast, flexible HTTP router written in Go.
23 stars
4 watching
5 forks
Language: Go
last commit: about 7 years ago
Linked from 2 awesome lists
fastgogolanggroupinghttpmiddlewarerouter
Related projects:
Repository | Description | Stars |
---|---|---|
xujiajun/gorouter | A fast and feature-rich HTTP router for Go that supports regular expressions. | 533 |
fasthttp/router | A high-performance HTTP request router with features like radix tree optimization and case-insensitive matching. | 465 |
gowww/router | A fast HTTP router package for building scalable web applications. | 185 |
dimfeld/httptreemux | A high-speed, tree-based HTTP router for Go that supports flexible routing patterns and context support | 616 |
buaazp/fasthttprouter | A high-performance HTTP request router optimized for fast and scalable handling of URLs with varying paths | 872 |
goroute/route | A lightweight HTTP request multiplexer with built-in middleware support | 9 |
golobby/router | A lightweight HTTP router for the Go programming language with routing, middleware, and response support | 22 |
go-playground/lars | A lightweight HTTP router that provides customizable framework flexibility through extensible context management and efficient routing | 385 |
go-zoo/bone | An HTTP multiplexer that allows for flexible routing and parameter handling | 1,288 |
go-playground/pure | A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 149 |
thephpleague/route | A component for building and managing web application routes and dispatching requests. | 652 |
ngamux/ngamux | A simple HTTP router for Go that enables routing and handling HTTP requests in a web application. | 67 |
bookingcom/nanotube | A high-performance router for Graphite that routes incoming records according to specified rules | 56 |
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 |
vardius/gorouter | A lightweight Go framework for building HTTP request routers and multiplexers | 154 |