Skip to content

Commit

Permalink
Update protobuf.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YangruiEmma authored Nov 29, 2024
1 parent c618588 commit 6f5f2a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Kitex 为 Protobuf 封装了更高效的传输协议,并提供了一种自定
#### 客户端

```sh
kitex -I idl/ idl/${proto_name}.proto
kitex -I idl/ idl/${idl_name}.proto
```

#### 服务端

```sh
kitex -service ${service_name} -I idl/ idl/${proto_name}.proto
kitex -service ${service_name} -I idl/ idl/${idl_name}.proto
```

### 使用 gRPC 作为传输协议
Expand Down

0 comments on commit 6f5f2a1

Please sign in to comment.