Browse Source

update

master
DengBiao 2 years ago
parent
commit
07ce549ef3
2 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md
  2. BIN
     

+ 3
- 1
README.md View File

@@ -17,9 +17,11 @@ grpc可以跨语言使用。支持多种语言 支持C++、Java、Go、Python、

### 什么是 Protocol Buffers ?
```azure
gRPC默认使用protocl buffers,protoc buffers 是谷歌成熟的开源的用于结构化数据序列化的机制。
gRPC默认使用protocl buffers(简称 Protobuf),Protobuf 是谷歌成熟的开源的用于结构化数据序列化的机制存储方案,类似于XML、Json
```
![image-20220113153420444](images/protocol.webp)


### 使用Protocol Buffers



BIN
View File


Loading…
Cancel
Save