
grpc
那块代码没问题
这个作者很懒,什么都没留下…
展开
-
gRPC 初识
官方文档 概念文档https://grpc.io/docs/guides/ java helloword demohttps://grpc.io/docs/quickstart/ 引导文档https://grpc.io/docs/guides/ 以上是建议学习顺序 以下是概念文档的翻译,以后会出具体实现代码 简介 gRPC 是一个高性能、开源和通用的 RPC 框架,...原创 2019-06-13 17:36:05 · 513 阅读 · 0 评论 -
gRPC HelloWord Java版
java helloword demohttps://grpc.io/docs/quickstart/ githttps://github.com/grpc/grpc-java 官方示例已经相当完整,直接复制使用即可 一下以examples中的helloword为例 首先: 本地新建项目grpc,然后导入examples pom下的依赖包然后导入helloword.proto,编译项...原创 2019-06-17 14:42:32 · 447 阅读 · 0 评论