https://github.com/jergoo/go-grpc-tutorial
A simple tutorial about Golang gRPC.
https://github.com/jergoo/go-grpc-tutorial
golang golang-grpc grpc grpc-go
Last synced: 2 months ago
JSON representation
A simple tutorial about Golang gRPC.
- Host: GitHub
- URL: https://github.com/jergoo/go-grpc-tutorial
- Owner: jergoo
- License: mit
- Created: 2017-01-03T11:19:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T01:30:11.000Z (over 2 years ago)
- Last Synced: 2025-03-30T14:09:45.872Z (2 months ago)
- Topics: golang, golang-grpc, grpc, grpc-go
- Language: Go
- Homepage: https://jergoo.github.io/go-grpc-tutorial/
- Size: 2.05 MB
- Stars: 355
- Watchers: 19
- Forks: 110
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go gRPC Tutorial
一份简明的 go gRPC 使用指南,包含 gRPC 常用的功能特性,以及 gRPC 生态中的常用工具。
在线阅读:[Go gRPC Tutorial](https://jergoo.github.io/go-grpc-tutorial/)
更新进度:
- [x] 入门
- [x] Hello gRPC
- [x] gRPC 流
- [x] Protobuf- [x] 进阶
- [x] 拦截器
- [x] metadata
- [x] 安全认证- [ ] 生态
- [ ] gRPC Gateway
- [ ] gRPC Middleware
- [ ] grpcurl---
> 历史版本:SegmentFault **Golang gRPC实践** 系列文章:
> * [Golang gRPC实践 连载一 gRPC介绍与安装](https://segmentfault.com/a/1190000007880647)
> * [Golang gRPC实践 连载二 Hello gRPC](https://segmentfault.com/a/1190000007909829)
> * [Golang gRPC实践 连载三 Protobuf语法](https://segmentfault.com/a/1190000007917576)
> * [Golang gRPC实践 连载四 gRPC认证](https://segmentfault.com/a/1190000007933303)
> * [Golang gRPC实践 连载五 拦截器 Interceptor](https://segmentfault.com/a/1190000007997759)
> * [Golang gRPC实践 连载六 内置Trace](https://segmentfault.com/a/1190000008087436)
> * [Golang gRPC实践 连载七 http转换](https://segmentfault.com/a/1190000008106582)