Source: medium.com

RPC in Golang

Category: Database

Remote Procedure Call (RPC) is a subroutine in distributed computing. The remote implementation of RPC is similar as local calls, but usually not identical.

Related Articles