Add Goyave web framework (#2968)

This commit is contained in:
SystemGlitch 2020-02-21 04:04:20 +01:00 committed by GitHub
parent 3ed131a6c3
commit 3bdefc1c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1989,6 +1989,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster.
* [gongular](https://github.com/mustafaakin/gongular) - Fast Go web framework with input mapping/validation and (DI) Dependency Injection.
* [goweb](https://github.com/twharmon/goweb) - Web framework with routing, websockets, logging, middleware, static file server (optional gzip), and automatic TLS.
* [Goyave](https://github.com/System-Glitch/goyave) - Feature-complete web framework aimed at clean code and fast development, with powerful built-in functionalities.
* [hiboot](https://github.com/hidevopsio/hiboot) - hiboot is a high performance web application framework with auto configuration and dependency injection support.
* [Macaron](https://github.com/go-macaron/macaron) - Macaron is a high productive and modular design web framework in Go.
* [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.