Skip to content

Commit

Permalink
Merge pull request #388 from 11os/patch-1
Browse files Browse the repository at this point in the history
Update 72.精读《REST, GraphQL, Webhooks, & gRPC 如何选型》.md
  • Loading branch information
ascoders authored Jan 10, 2022
2 parents 6e36e81 + ed6a7d1 commit d4d87b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RPC 主要用来做服务器之间的方法调用,影响其性能最重要因

gRPC 主要用于服务之间传输,这里拿 Nodejs 举例:

1. 定义接口。由于 gRPC 使用 protobufs,所以接口定义文件就是 `helloword.proto`:
1. 定义接口。由于 gRPC 使用 protobufs,所以接口定义文件就是 `helloworld.proto`:

```protobufs
// The greeting service definition.
Expand Down

0 comments on commit d4d87b0

Please sign in to comment.