Skip to content

Commit

Permalink
Merge pull request #4113 from shaedrich/rpc
Browse files Browse the repository at this point in the history
Add related to topic "RPC"
  • Loading branch information
kenyonj authored Dec 20, 2023
2 parents 89801e9 + a669373 commit 71e1bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion topics/rpc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ short_description: RPC is a request–response communication protocol.
topic: rpc
logo: rpc.png
wikipedia_url: https://en.wikipedia.org/wiki/Remote_procedure_call
related: rest-api, graphql-api, soap, wsdl, grpc
---
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
**Remote procedure call** (**RPC**) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.

0 comments on commit 71e1bd5

Please sign in to comment.