awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go Web 框架样板代码

排名更新于 2026年6月30日

For 生产级 Go Gin 样板, the strongest matches are eddycjy/go-gin-example (This Go Gin boilerplate provides JWT authentication, GORM database), xinliangnote/go-gin-api (go-gin-api is a feature-rich API template built on Gin) and gin-gonic/examples (This is the official repository of examples and tutorials). amitshekhariitbhu/go-backend-clean-architecture is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “go gin framework example” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Go Web 框架样板代码

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • eddycjy/go-gin-exampleeddycjy 的头像

    eddycjy/go-gin-example

    7,193在 GitHub 上查看↗

    This project is a reference implementation and boilerplate for building RESTful services using the Gin web framework in Go. It provides a structured backend architecture featuring modular routing and middleware to serve as a template for Go web applications. The project distinguishes itself through a comprehensive set of integrated systems, including a security layer for user authentication and private endpoint protection using JSON Web Tokens. It also implements a high-speed memory storage layer via Redis to cache frequent database queries and a containerized runtime environment for consiste

    This Go Gin boilerplate provides JWT authentication, GORM database integration, and middleware examples, making it an ideal template for RESTful API projects, though it lacks explicit HTML rendering and testing examples.

    GoJWT AuthenticationRequest Authentication Middleware
    在 GitHub 上查看↗7,193
  • xinliangnote/go-gin-apixinliangnote 的头像

    xinliangnote/go-gin-api

    5,967在 GitHub 上查看↗

    go-gin-api is an API framework built on the Gin HTTP router that integrates common middleware and tools for rapid business development. It provides a modular structure for organizing API handlers and middleware, with built-in support for JWT token authentication to secure endpoints and GORM for database object-relational mapping and operations. The framework includes a gRPC service component for inter-service communication, along with middleware for collecting Prometheus metrics and generating Swagger API documentation from code annotations. It also features OpenTelemetry trace propagation fo

    go-gin-api is a feature-rich API template built on Gin that includes JWT auth, GORM, middleware examples, and more, making it an excellent starter project and learning resource for Gin development — it covers most required features and is ready to use as a template.

    GoGin-Based FrameworksGin-Based Modular FrameworksApplication Metrics Exporters
    在 GitHub 上查看↗5,967
  • gin-gonic/examplesgin-gonic 的头像

    gin-gonic/examples

    4,537在 GitHub 上查看↗

    This repository is a collection of implementation patterns, tutorial code, and practical examples for building web applications with the Gin framework in Go. It serves as a guide for learning how to structure Go web servers, specifically focusing on mapping URL paths to handler functions and managing request flow. The project provides demonstrations of middleware implementation for tasks such as authentication, logging, and rate limiting. It also includes reference examples for developing REST APIs, with a focus on structuring data and sending JSON responses to clients.

    This is the official repository of examples and tutorials for the Gin web framework, providing ready-to-use starter patterns and templates covering exactly the kind of RESTful APIs, middleware, and database integration you’re looking for.

    GoTutorialsHTTP Middleware PipelinesHTTP Request Dispatching
    在 GitHub 上查看↗4,537
  • amitshekhariitbhu/go-backend-clean-architectureamitshekhariitbhu 的头像

    amitshekhariitbhu/go-backend-clean-architecture

    6,059在 GitHub 上查看↗

    This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers with strict dependency inversion. It provides a foundation for building maintainable and testable REST APIs by separating business logic from transport and data access concerns. The project implements JWT-based authentication, issuing access and refresh tokens for user signup, login, and protected endpoint access. It uses the Gin HTTP framework to build a Docker-packaged REST API with public and private route groups, request validation, and middleware-based authentication. Depen

    This is a Go backend template built with the Gin framework that demonstrates clean architecture, JWT authentication, middleware, and RESTful endpoints — it directly matches your search for Gin starter projects, though it focuses on API backends rather than HTML template rendering.

    GoGo Clean Architecture TemplatesAccess and Refresh Token IssuancesAuthenticated Route Separations
    在 GitHub 上查看↗6,059

Related searches

  • a high performance web framework for Go
  • Go 语言高性能 Web 框架
  • a lightweight HTTP router for Go
  • Go HTTP 路由与 Web 开发工具包
  • a high performance web framework for Go
  • 用于 REST API 的 Rust Web 框架
  • 用于构建 Rust HTTP API 的 Web 框架
  • a high performance web framework for Rust