Web framework written in Go with a focus on high performance
gearbox is a web framework for building microservices written in Go with a focus on high performance. It's built on fast HTTP which is up to 10x faster than net/HTTP.
Beerus is a web framework developed entirely in go,
Beerus is a web framework developed entirely in go, Based on net/http, it extends the management of routes, adds interceptors, session management, receiving parameters with struct, parameter validation, etc. It also provides WebSocket support to upgrade the http protocol to WebSocket and implement communication.