CodeBrowser / github / gin-gonic/gin
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.
$ git clone https://github.com/gin-gonic/gin.git
stars
88,942
forks
8,649
language
Go
license
MIT License
What is gin-gonic/gin?
Gin is a lightweight HTTP web framework for Go that makes building REST APIs, web applications, and microservices straightforward with a familiar API and built-in routing. Developers choose Gin for its speed and efficiency—it significantly outperforms comparable frameworks while keeping code simple and maintainable. The framework includes middleware support, fast routing, and is well-suited for performance-critical applications.
Topics
#framework #gin #go #middleware #performance #router #server
Activity
734 open issues · last updated Jul 21, 2026