An open API service indexing awesome lists of open source software.

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.

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)