Zhang21 / Plans

My personal plans.
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Go程序的一些脚手架 #19

Closed Zhang21 closed 1 year ago

Zhang21 commented 1 year ago

rt

Zhang21 commented 1 year ago

singo: https://github.com/gourouting/singo

Simple Single Golang Web Service. 使用Singo开发Web服务: 用最简单的架构,实现够用的框架,服务海量用户。

Zhang21 commented 1 year ago

go-zero: https://github.com/zeromicro/go-zero

go-zero是一个集成了各种工程实践的 web 和 rpc 框架。通过弹性设计保障了大并发服务端的稳定性,经受了充分的实战检验。

Zhang21 commented 1 year ago

go-stash: https://github.com/kevwan/go-stash

它就是使用的go-zero,可以看看