Gin
Fast, lightweight HTTP web framework for Go — radix tree router, middleware support, and idiomatic Go API.
Gin’s httprouter-based radix tree delivers ~40x the performance of a standard net/http router. Its chainable middleware, parameter binding, and JSON validation make it the most widely used Go web framework. Clean request/response helpers and extensive documentation make it the entry point for most Go web developers.
// tags
backendgoapirestroutermiddlewareperformance