Add Routers:bellt repositorie (#2423)

This commit is contained in:
Guilherme Caruso 2019-03-19 14:03:16 -03:00 committed by Cássio Botaro
parent f252513250
commit 336278491b

View File

@ -1777,6 +1777,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
### Routers
* [alien](https://github.com/gernest/alien) - Lightweight and fast http router from outer space.
* [bellt](https://github.com/GuilhermeCaruso/bellt) - A simple Go HTTP router.
* [Bone](https://github.com/go-zoo/bone) - Lightning Fast HTTP Multiplexer.
* [Bxog](https://github.com/claygod/Bxog) - Simple and fast HTTP router for Go. It works with routes of varying difficulty, length and nesting. And he knows how to create a URL from the received parameters.
* [chi](https://github.com/go-chi/chi) - Small, fast and expressive HTTP router built on net/context.