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.
About the project
Gin is a high-performance HTTP web framework for Go with a Martini-like API and a zero-allocation router, designed for REST APIs, web apps, and microservices.
Useful for
- Build a REST API in Go with route grouping and middleware
- Spin up a microservice handling many concurrent requests
- Add middleware for logging, CORS, or panic recovery
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 8 stars so far today, about 10 expected by the end of the day.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 89,238
- Stars in a day
- 10
- Forks
- 8,700
- Issues and pull requests
- 4,725
- Watchers
- 1,364
- Language
- Go
- License
- MIT
- Latest release
- v1.12.0 · February 28, 2026
- Created
- June 16, 2014
- Last push
- September 16, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 16, 2026GitHub Trending Go today: #11, +11 stars
- September 15, 2026GitHub Trending Go today: #11, +12 stars
Similar projects
-
6.1
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
4.2
planetscale/lead
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores…
-
3.9
KevinLiss/ApeAdmin
ApeAdmin is an open-source admin framework built on FastAPI + Vue3 for AI applications, with RBAC, audit logs, plugins, and an MCP-SSE gateway exposing system functions as tools for AI agents.
-
3.2
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
3.2
iii-hq/iii
iii is a Rust runtime for composing backends from workers: each service registers functions and triggers (HTTP, cron, queues, state), while the engine handles routing, observability, and runtime addition of workers.
-
2.5
NangoHQ/nango
Open-source platform for product integrations with 900+ APIs: managed OAuth and token refresh, a proxy for authenticated requests, and TypeScript functions for integration logic, including AI-generated ones.