go/aceld/README
This commit is contained in:
parent
a23bfe3dad
commit
8fe7572ebe
@ -1,8 +1,8 @@
|
|||||||
# 8小时转职Golang工程师(刘丹冰AceId)
|
# 8小时转职Golang工程师(刘丹冰Aceld)
|
||||||
|
|
||||||
## 视频地址
|
## 视频地址
|
||||||
|
|
||||||
<https://www.bilibili.com/video/BV1gf4y1r79E?spm_id_from=333.788.videopod.episodes&vd_source=f7c68b53565c39116ff75e9f97198de6>
|
[https://www.bilibili.com/video/BV1gf4y1r79E?spm_id_from=333.788.videopod.episodes&vd_source=f7c68b53565c39116ff75e9f97198de6](https://www.bilibili.com/video/BV1gf4y1r79E?spm_id_from=333.788.videopod.episodes&vd_source=f7c68b53565c39116ff75e9f97198de6)
|
||||||
|
|
||||||
## Go语言生态(笔记)
|
## Go语言生态(笔记)
|
||||||
|
|
||||||
@ -10,61 +10,61 @@
|
|||||||
|
|
||||||
beego
|
beego
|
||||||
|
|
||||||
<https://github.com/astaxie/beego>
|
[https://github.com/astaxie/beego](https://github.com/astaxie/beego)
|
||||||
|
|
||||||
gin
|
gin
|
||||||
|
|
||||||
<https://github.com/gin-gonic/gin>
|
[https://github.com/gin-gonic/gin](https://github.com/gin-gonic/gin)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
<https://github.com/labstack/echo>
|
[https://github.com/labstack/echo](https://github.com/labstack/echo)
|
||||||
|
|
||||||
iris
|
iris
|
||||||
|
|
||||||
<https://github.com/kataras/iris>
|
[https://github.com/kataras/iris](https://github.com/kataras/iris)
|
||||||
|
|
||||||
### 微服务框架
|
### 微服务框架
|
||||||
|
|
||||||
go kit
|
go kit
|
||||||
|
|
||||||
<http://gokit.io>
|
[http://gokit.io](http://gokit.io)
|
||||||
|
|
||||||
istio
|
istio
|
||||||
|
|
||||||
<https://istio.io>
|
[https://istio.io](https://istio.io)
|
||||||
|
|
||||||
### 容器编排
|
### 容器编排
|
||||||
|
|
||||||
Kubernetes
|
Kubernetes
|
||||||
|
|
||||||
<https://github.com/kubernetes/kubernetes>
|
[https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes)
|
||||||
|
|
||||||
swarm
|
swarm
|
||||||
|
|
||||||
<https://github.com/docker/clissicswarm>
|
[https://github.com/docker/clissicswarm](https://github.com/docker/clissicswarm)
|
||||||
|
|
||||||
### 服务发现
|
### 服务发现
|
||||||
|
|
||||||
consul
|
consul
|
||||||
|
|
||||||
<https://github.com/hashicorp/consul>
|
[https://github.com/hashicorp/consul](https://github.com/hashicorp/consul)
|
||||||
|
|
||||||
### 存储引擎
|
### 存储引擎
|
||||||
|
|
||||||
etcd
|
etcd
|
||||||
|
|
||||||
<https://github.com/coreos/etcd>
|
[https://github.com/coreos/etcd](https://github.com/coreos/etcd)
|
||||||
|
|
||||||
tidb
|
tidb
|
||||||
|
|
||||||
<https://github.com/pingcap/tidb>
|
[https://github.com/pingcap/tidb](https://github.com/pingcap/tidb)
|
||||||
|
|
||||||
### 静态建站
|
### 静态建站
|
||||||
|
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
<https://github.com/gohugoio/hugo>
|
[https://github.com/gohugoio/hugo](https://github.com/gohugoio/hugo)
|
||||||
|
|
||||||
### 中间件
|
### 中间件
|
||||||
|
|
||||||
@ -72,35 +72,35 @@ hugo
|
|||||||
|
|
||||||
nsq
|
nsq
|
||||||
|
|
||||||
<https://github.com/nsqio/nsq>
|
[https://github.com/nsqio/nsq](https://github.com/nsqio/nsq)
|
||||||
|
|
||||||
#### TCP长连接框架
|
#### TCP长连接框架
|
||||||
|
|
||||||
zinx
|
zinx
|
||||||
|
|
||||||
<https://github.com/aceld/zinx>
|
[https://github.com/aceld/zinx](https://github.com/aceld/zinx)
|
||||||
|
|
||||||
#### 游戏服务器
|
#### 游戏服务器
|
||||||
|
|
||||||
leaf
|
leaf
|
||||||
|
|
||||||
<https://github.com/name5566/leaf>
|
[https://github.com/name5566/leaf](https://github.com/name5566/leaf)
|
||||||
|
|
||||||
#### RPC框架
|
#### RPC框架
|
||||||
|
|
||||||
grpc
|
grpc
|
||||||
|
|
||||||
<https://grpc.io>
|
[https://grpc.io](https://grpc.io)
|
||||||
<https://github.com/grpc/grpc-go>
|
[https://github.com/grpc/grpc-go](https://github.com/grpc/grpc-go)
|
||||||
|
|
||||||
#### redis集群
|
#### redis集群
|
||||||
|
|
||||||
codis
|
codis
|
||||||
|
|
||||||
<https://github.com/CodisLabs/codis>
|
[https://github.com/CodisLabs/codis](https://github.com/CodisLabs/codis)
|
||||||
|
|
||||||
### 爬虫框架
|
### 爬虫框架
|
||||||
|
|
||||||
#### go query
|
#### go query
|
||||||
|
|
||||||
<https://github.com/PuerkitoBio/goquery>
|
[https://github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery)
|
||||||
|
Loading…
Reference in New Issue
Block a user