gin-gonic/gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
GitHub repository with 88,679 stars and 8,636 forks.
Language: Go
Topics: server, middleware, framework, go, router, performance, gin