Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 201 Bytes

reademo.md

File metadata and controls

9 lines (5 loc) · 201 Bytes

基本用法

先编写proto文件,定义数据结构 和 方法

再使用命令生成代码

实现server端,实现方法的逻辑

定义client端,就可以访问server端实现的服务了