📦 gin/ gin-gonic
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 ↗обновлён 2д назад
Звёзды
★ 89.0k
Форки
8.7k
За неделю
—
За месяц
—
Рост %
—
Язык
Go
Установка и запуск
Installation
With Go's module support, simply import Gin in your code and Go will automatically fetch it during build:
import "github.com/gin-gonic/gin"
Из README репозитория · полный README на GitHub
Категории
Теги
frameworkgingomiddlewareperformancerouterserver