Skip to content

Commit

Permalink
ch4-04-fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwensun committed Jul 6, 2018
1 parent 7abbca1 commit f457f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch4-rpc/ch4-04-grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GRPC是Google公司基于Protobuf开发的跨语言的开源RPC框架。GRPC基

## GRPC入门

如果从Protobuf的角度看,GRPC只不过是针对service接口一个生成代码生成器。我们在本章的第二节中一节手工实现了一个简单的Protobuf代码生成器插件,只不过当时生成的代码是适配标准库的RPC框架的。
如果从Protobuf的角度看,GRPC只不过是一个针对service接口生成代码的生成器。我们在本章的第二节中手工实现了一个简单的Protobuf代码生成器插件,只不过当时生成的代码是适配标准库的RPC框架的。

创建hello.proto文件,定义HelloService接口:

Expand Down

0 comments on commit f457f0a

Please sign in to comment.