add golobby/router package (#4119)

This commit is contained in:
Milad Rahimi 2022-03-30 12:40:23 +04:30 committed by GitHub
parent 551ad2f3b0
commit a1bd90dd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2719,6 +2719,7 @@ _Full stack web frameworks._
- [ngamux](https://github.com/ngamux/ngamux) - Simple HTTP router for Go.
- [ozzo-routing](https://github.com/go-ozzo/ozzo-routing) - An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs.
- [pure](https://github.com/go-playground/pure) - Is a lightweight HTTP router that sticks to the std "net/http" implementation.
- [router](https://github.com/golobby/router) - GoLobby Router is a lightweight yet powerful HTTP router for the Go programming language.
- [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers.
- [vestigo](https://github.com/husobee/vestigo) - Performant, stand-alone, HTTP compliant URL Router for go web applications.
- [violetear](https://github.com/nbari/violetear) - Go HTTP router.