关于[【ASP.NET Core学习】远程过程调用 - gRPC使用]的摘要:
什么是RPCRPC是Remote Procedure Call简称,翻译过来是远程过程调用。它是一个进程间的通讯技术,基于Client-Server模式,让程序像调用本地方法一样使用,而无需去关系它细节如何实现。上面是我的理解,怕理解有错或者表达不准确,下面引用维基百科维基百科a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on...