Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lixd/grpc-go-example
grpc go example 以及系列教程
https://github.com/lixd/grpc-go-example
golang grpc
Last synced: 3 months ago
JSON representation
grpc go example 以及系列教程
- Host: GitHub
- URL: https://github.com/lixd/grpc-go-example
- Owner: lixd
- License: mit
- Created: 2021-01-23T05:50:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T03:08:02.000Z (about 2 years ago)
- Last Synced: 2024-06-18T23:12:36.586Z (5 months ago)
- Topics: golang, grpc
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 158
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grpc - Detailed examples for Go - A detailed gRPC example in Go. (Resources / Examples)
README
# grpc-go-example
grpc go example
gRPC Go 系列教程,配合以下文章食用更加哦。
[gRPC(Go)系列教程](https://www.lixueduan.com/categories/grpc/)
[gRPC(Go)系列教程(零)---使用gRPC时遇到的问题](https://www.lixueduan.com/post/grpc/00-faq/)
[gRPC(Go)系列教程(一)---Protobuf](https://www.lixueduan.com/post/grpc/01-protobuf/)
[gRPC(Go)系列(教程二)---Hello gRPC](https://www.lixueduan.com/post/grpc/02-hello-world/)
[gRPC(Go)系列教程(三)---Stream 推送流](https://www.lixueduan.com/post/grpc/03-stream/)
[gRPC(Go)系列教程(四)---通过SSL/TLS建立安全连接](https://www.lixueduan.com/post/grpc/04-encryption-tls/)
[gRPC(Go)系列教程(五)---拦截器Interceptor](https://www.lixueduan.com/post/grpc/05-interceptor/)
[gRPC(Go)系列教程(六)---自定义身份校验](https://www.lixueduan.com/post/grpc/06-auth/)
[gRPC(Go)系列教程(七)---利用Gateway同时提供HTTP和RPC服务](https://www.lixueduan.com/post/grpc/07-grpc-gateway/)
[gRPC(Go)系列教程(八)---使用context进行超时控制](https://www.lixueduan.com/post/grpc/08-ctx-cancel-deadline/)
[gRPC(Go)系列教程(九)---配置retry自动重试](https://www.lixueduan.com/post/grpc/09-retry/)
[gRPC(Go)系列教程(十)---gRPC压测工具ghz](https://lixueduan.com/post/grpc/10-benchmark/)
[gRPC(Go)系列教程(十一)---NameResolver 实战及原理分析](https://lixueduan.com/post/grpc/11-name-resolver/)
[gRPC(Go)系列教程(十二)---客户端负载均衡](https://www.lixueduan.com/posts/grpc/12-client-side-loadbalance/)
[gRPC(Go)系列教程(十三)---Kubernetes 中的 gRPC 负载均衡](https://www.lixueduan.com/post/grpc/13-loadbalance-on-k8s/)