#gin (30 Repositories)
Ranked open-source repositories tagged with #gin, scored by pull request acceptance likelihood and maintainer engagement velocity.
22.8%
59.2h
30 repositories tagged #gin
gocronx-team/gocron
distributed scheduled task management system
depado/ginprom
Gin Prometheus metrics exporter
go-admin-team/go-admin
基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro Demo: https://vue.go-admin.pro Antd PRO:https://antd.go-admin.pro
go-admin-team/go-admin-core
go-admin外部核心代码库,为go-admin提供原生代码支持,发展go-admin自身周边生态
tbphp/gpt-load
Multi-channel AI proxy with intelligent key rotation. 智能密钥轮询的多渠道 AI 代理。
AlistGo/alist
🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
flipped-aurora/gin-vue-admin
🚀Vite+Vue3+Gin拥有AI辅助的基础开发平台,企业级业务AI+开发解决方案,内置mcp辅助服务,内置skills管理,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。
ihexxa/quickshare
Quick and simple file sharing between different devices, built with Go, React and Typescript.
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.
appleboy/gin-jwt
JWT Middleware for Gin framework
Email-Dashboard/Email-Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
gin-contrib/authz
gin-authz is an authorization middleware for Gin
zhashkevych/todo-app
🔥 REST API для приложения списков ToDo
zalando/gin-oauth2
Middleware for Gin Framework users who also want to use OAuth2
foolin/goview
Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
hequan2017/go-admin
go web api,包含gin+gorm+jwt+rbac等。
linzhengen/ddd-gin-admin
This repository is a sample web application using DDD (Domain-Driven Design) architecture and Gin framework.
liaotxcn/Weave
A highly efficient, secure, and stable application development platform with excellent performance, easy scalability, and deep integration of AI capabilities such as LLM, AI Chat, RAG, and Agents.高效、安全、稳定的服务研发平台,具备良好性能,同时易扩展,深度集成LLM、AIChat、RAG、Agent等AI能力
air-go/rpc
Go 微服务框架,Router 基于 Gin 和 gRPC Gateway,同时支持 gRPC 和 HTTP,封装各种常用组件,开箱即用,专注业务。
LightningRAG/LightningRAG
LightningRAG is a full-stack Vue + Gin starter with a decoupled frontend and backend, plus built-in, extensible RAG (retrieval-augmented generation): knowledge bases, vector search, and integrations with many LLM and vector-store providers
gotomicro/ego
A simple and component-based microservice kit for go. 一个简单的基于组件的 Go 微服务套件。
xinliangnote/Go
【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中...
izghua/go-blog
Golang+gin+vue+MySQL blog
black-currant/novel-fpg
小说开源项目,前端基于Flutter,后端是Python + Go双端,各自基于Flask、Gin实现了一遍,包含了用户注册、登录、jwt鉴权、签到、任务、书架、阅读器、购买章节、搜索书籍、绑定第三方账号、设置等功能。
talen8/FlecBlog
一个现代化的全栈博客系统,集成了文章管理、评论互动、友链交换、动态发布、数据统计等完整功能。
congz666/cmall-go
golang写的电子商城的API接口
Junvary/gin-quasar-admin
😊A full-featured management system based on Quasar2, Vue3, Go, Gin, Gorm. 😊Gin-Quasar-Admin是一个基于Quasar和Go语言的功能全面的管理系统.
go-saas/saas
go data framework for saas(multi-tenancy)
gnimli/go-web-mini
Go + Vue开发的管理系统脚手架, 前后端分离, 仅包含项目开发的必需部分, 基于角色的访问控制(RBAC), 分包合理, 精简易于扩展。 后端Go包含了gin、 gorm、 jwt和casbin等的使用, 前端Vue基于vue-element-admin开发