go-webframe-summary
go-webframe-summary copied to clipboard
Summarize the introduction and project about some mainstream frameworks:Gin,Beego
Go---Gin
1.官方和Github地址
- 官网:https://gin-gonic.github.io/gin/
- Github: https://github.com/gin-gonic/gin
- gin其他组件:https://github.com/gin-gonic
2.中文文档:
- Golang语言社区:https://mp.weixin.qq.com/s/3lXHhhqpa0od4xAGYzUJaQ
- ningskyer.Github:https://github.com/ningskyer/gin-doc-cn
3.项目文档:
-
go-gin-example:(gin+gorm+redis)
- Github:https://github.com/EDDYCJY/go-gin-example/
- Guide:https://github.com/EDDYCJY/go-gin-example/blob/master/README_ZH.md
-
go-gin-app:(gin—web)
- Github:https://github.com/demo-apps/go-gin-app
- Guide:https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
- Github:https://github.com/EDDYCJY/go-gin-example
- Guide:https://github.com/EDDYCJY/go-gin-example/blob/master/README_ZH.md
-
gin-api-demo:
- Github:https://github.com/sbecker/gin-api-demo
-
基于gin+gorm开发的个人博客项目
- Github:https://github.com/wangsongyan/wblog
-
go-gin-mgo-demo:(gin的mgoDemo)
- Github:https://github.com/madhums/go-gin-mgo-demo
-
go-gin-boilerplate:
- Github:https://github.com/vsouza/go-gin-boilerplate
-
gin-swagger:(gin的WEBUI)
-
go-todo:(增删改查功能)
- Github:https://github.com/benschw/go-todo
- 指导文档:http://txt.fliglio.com/2014/07/restful-microservices-in-go-with-gin/
-
PPGo_Api_Demo_Gin:(API接口应用Demo 基于Gin)
- Github:https://github.com/george518/PPGo_Api_Demo_Gin
-
golang-gin-realworld-example-app:
- Github:https://github.com/gothinkster/golang-gin-realworld-example-app
- Guide:https://realworld.io/
-
gin-gorm-api-example
- Github:https://github.com/cgrant/gin-gorm-api-example
- Guide:http://cgrant.io/tutorials/go/simple-crud-api-with-go-gin-and-gorm/
-
golang-grpc-gin:
- Github:https://github.com/pzhen/golang-grpc-gin
-
my-blog-by-go:(gin、xorm、react的博客系统)
- Github: https://github.com/zachrey/my-blog-by-go