Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add related to topic "RPC" #4113

Merged
merged 5 commits into from
Dec 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
related: +1
shaedrich authored Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e3723f78bde30b4854efa28b3989faa190e4da2f
2 changes: 1 addition & 1 deletion topics/rpc/index.md
Original file line number Diff line number Diff line change
@@ -5,6 +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, rpc, wsdl
related: rest-api, graphql-api, soap, rpc, 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.