gRPC

type
Post
status
Published
date
May 4, 2026
slug
gprc
summary
tags
category
Go
icon
password
Place
全称:Google Remote Procedure Call
他只定义了基础的接口和类,我们需要自己去实现接口,只是一个规范

Proto

调用方和被调用方的proto文件完全一致

go

helloworld.pb.go = message 数据结构
helloworld_grpc.pb.go = gRPC 服务/客户端接口
上一篇
MySQL
下一篇
Chassis
Loading...
目录