RPC
RPC is a protocol to implement APIs. It allows a program to execute a dev.lingo.function (Private) on another computer - as if it were a local function call.
Emphasis on the last part because that's what RPC emphasizes - abstraction of network call from the developers.
References
Children