This commit is contained in:
2025-02-22 23:41:19 +08:00
parent 027fbf781d
commit 88011cf20b
5 changed files with 52 additions and 5 deletions

View File

@@ -6,9 +6,12 @@ description: RPC 远程调用Remote Procedure CallRPC
# RPC远程调用
## 什么是 RPC
> RPC 是一种通过网络将远程过程调用Remote Procedure CallRPC封装成消息并传送到远程服务器上的过程。
> ![zhub-fun.png](https://img.1216.top/docs/zhub/rpc-flow.png)
:::tip
RPC 是一种通过网络将远程过程调用Remote Procedure CallRPC封装成消息并传送到远程服务器上的过程。
:::
![zhub-fun.png](https://img.1216.top/docs/zhub/rpc-flow.png)
## 使用场景
> 在分布式环境下,通过 RPC 可以在两个应用之间进行消息传递,实现远程调用。