gin-gonic

gin

未分类

gin-gonic

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

82.0k
Stars
8.2k
Forks
656
Issues
452
Contributors
1.4k
Watchers
servermiddlewareframeworkgorouterperformancegin
Go
{"name":"MIT License","spdxId":"MIT"}

Project Description

Gin is a high-performance web framework written in Go, designed for speed and productivity. It features a zero-allocation router, middleware support, crash-free operation, JSON validation, route grouping, error management, and built-in rendering. Gin is up to 40 times faster than similar frameworks, leveraging httprouter for enhanced performance. It is extensible and suitable for building robust, scalable web applications. Key use cases include push notification servers, API gateways, and image resizing services. Gin requires Go 1.23 or above and is easy to integrate with Go's module system. Its comprehensive documentation and examples make it accessible for developers of all levels.

© 2025 GitHub Fun. All rights reserved.