Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseduan/grpc-demo
a learning demo for gRPC
https://github.com/roseduan/grpc-demo
Last synced: 15 days ago
JSON representation
a learning demo for gRPC
- Host: GitHub
- URL: https://github.com/roseduan/grpc-demo
- Owner: roseduan
- Created: 2021-03-25T16:17:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T02:23:20.000Z (over 3 years ago)
- Last Synced: 2024-10-12T16:32:34.305Z (about 1 month ago)
- Language: Go
- Size: 2.98 MB
- Stars: 54
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-demo
本项目是学习 gRPC 的一些代码示例。
以下是我写的几篇基础入门的文章,根据文章中的来,简单了解 gRPC 并且上手开发是没有任何问题的,希望对你有所帮助:
[最简单的 gRPC 教程—1 初识 gRPC](https://zhuanlan.zhihu.com/p/359968500)
[最简单的 gRPC 教程—2 通信模式](https://zhuanlan.zhihu.com/p/360355222)
[最简单的 gRPC 教程—3 拦截器、截止、取消](https://zhuanlan.zhihu.com/p/361913816)
[最简单的 gRPC 教程—4 多路复用、元数据、负载均衡](https://zhuanlan.zhihu.com/p/364325400)
后续的几篇正在更新中。。。
***
学习 gRPC 的书籍:
推荐这本《gRPC 与云原生应用开发》:
![](https://github.com/roseduan/grpc-demo/blob/main/img/book_douban.png)
如果没有实体书,可在公众号领取电子书,中文和英文的都有:
![](https://github.com/roseduan/grpc-demo/blob/main/img/book.png)
领取方式:关注公众号【roseduan写字的地方】,或扫描下面的二维码,回复 **gRPC** 即可。
![](https://github.com/roseduan/grpc-demo/blob/main/img/wechat.png)