router

Router

A fast HTTP router package for building scalable web applications.

⚡️ A lightning fast HTTP router

GitHub

185 stars
8 watching
13 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists

fastgogolanghandlerhttpoptimizationperformanceregular-expressionrouterroutingservertriewildcard

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
golobby/router A lightweight HTTP router for the Go programming language with routing, middleware, and response support 22
fasthttp/router A high-performance HTTP request router with features like radix tree optimization and case-insensitive matching. 465
goroute/route A lightweight HTTP request multiplexer with built-in middleware support 9
go-playground/pure A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. 149
razonyang/fastrouter A fast and flexible HTTP router written in Go with customizable options and features. 23
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
go-zoo/bone An HTTP multiplexer that allows for flexible routing and parameter handling 1,288
go-playground/lars A lightweight HTTP router that provides customizable framework flexibility through extensible context management and efficient routing 385
guilhermecaruso/bellt A simple Go router for managing HTTP requests and routes 54
muir/nchi A lightweight and flexible HTTP router for building maintainable web services. 13
xujiajun/gorouter A fast and feature-rich HTTP router for Go that supports regular expressions. 533
bmf-san/goblin A lightweight, trie-based HTTP router for Go with advanced routing capabilities. 78
buaazp/fasthttprouter A high-performance HTTP request router optimized for fast and scalable handling of URLs with varying paths 872
dimfeld/httptreemux A high-speed, tree-based HTTP router for Go that supports flexible routing patterns and context support 616
gorilla/pat A simple HTTP router for Go. 153