mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add: goblin to Router section (#4094)
This commit is contained in:
parent
8884cb7c15
commit
769562a801
@ -2632,6 +2632,7 @@ _Full stack web frameworks._
|
||||
- [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context.
|
||||
- [fasthttprouter](https://github.com/buaazp/fasthttprouter) - High performance router forked from `httprouter`. The first router fit for `fasthttp`.
|
||||
- [FastRouter](https://github.com/razonyang/fastrouter) - a fast, flexible HTTP router written in Go.
|
||||
- [goblin](https://github.com/bmf-san/goblin) - A golang http router based on trie tree.
|
||||
- [gocraft/web](https://github.com/gocraft/web) - Mux and middleware package in Go.
|
||||
- [Goji](https://github.com/goji/goji) - Goji is a minimalistic and flexible HTTP request multiplexer with support for `net/context`.
|
||||
- [goroute](https://github.com/goroute/route) - Simple yet powerful HTTP request multiplexer.
|
||||
|
Loading…
Reference in New Issue
Block a user