Gin

Fast, lightweight HTTP web framework for Go — radix tree router, middleware support, and idiomatic Go API.

Go free Open Source web since 2014

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
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub