hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
285 stars 24 forks source link

Golang: Gin Ecosystem #132

Open hhstore opened 5 years ago

hhstore commented 5 years ago

Related:

hhstore commented 5 years ago

gin:

分类检索:

官方资源:

参考文档:

hhstore commented 5 years ago

gin 插件:

项目 类型 依赖
https://github.com/gin-gonic/contrib gin官方中间件集合 ⭐⭐⭐⭐⭐
https://github.com/swaggo/gin-swagger swagger插件 ⭐⭐⭐
https://github.com/json-iterator/go 高性能json xxxx
https://github.com/facebookgo/grace 优雅退出 xxxx
https://github.com/jessevdk/go-assets 静态资源 xxxx
xxxx xxxx xxxx
xxxx xxxx xxxx
xxxx xxxx xxxx
xxxx xxxx xxxx
hhstore commented 5 years ago

gin 实践项目:

项目 评分 说明
https://github.com/appleboy/gorush ⭐⭐⭐⭐⭐ xxxx
https://github.com/sosedoff/pgweb ⭐⭐⭐⭐⭐ xxxx
https://github.com/Massad/gin-boilerplate ⭐⭐ xxxx
https://github.com/vsouza/go-gin-boilerplate ⭐⭐ xxxx
https://github.com/denisbakhtin/ginblog xxxx
xxxx xxxx xxxx
xxxx xxxx xxxx
https://github.com/wangsongyan/wblog 一个博客 gin, gorm, go-yaml 等
https://github.com/EDDYCJY/go-gin-example 示例 ⭐⭐⭐⭐⭐ 包含gin各中间件集成使用
https://github.com/gothinkster/golang-gin-realworld-example-app 示例 gin, jwt, gorm, protobuf等
https://github.com/apex-go/gin-api-demo xxxx
xxxx xxxx xxxx
xxxx xxxx xxxx
hhstore commented 5 years ago

chi 周边:

实践项目: