From ea73bb8f27581119aa215a18303045f401145a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:20:56 +0100 Subject: [PATCH 1/4] Add related to topic "RPC" --- topics/rpc/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/rpc/index.md b/topics/rpc/index.md index 340b4815044..632d9d71383 100644 --- a/topics/rpc/index.md +++ b/topics/rpc/index.md @@ -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, rpc, wsdl --- -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. From e3723f78bde30b4854efa28b3989faa190e4da2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:53:09 +0100 Subject: [PATCH 2/4] related: +1 --- topics/rpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/rpc/index.md b/topics/rpc/index.md index 632d9d71383..82d19337ec7 100644 --- a/topics/rpc/index.md +++ b/topics/rpc/index.md @@ -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. From ac5530e62f60d921067b77399950d7404a96d98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:07:45 +0100 Subject: [PATCH 3/4] Remove topic itself from related --- topics/rpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/rpc/index.md b/topics/rpc/index.md index 82d19337ec7..4ee5234724c 100644 --- a/topics/rpc/index.md +++ b/topics/rpc/index.md @@ -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 , gRPC +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. From a669373e08e9288c9b3c6395fbbd75d77e68d7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:41:57 +0100 Subject: [PATCH 4/4] related topics must all be lowercase --- topics/rpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/rpc/index.md b/topics/rpc/index.md index 4ee5234724c..d7ee38e5bff 100644 --- a/topics/rpc/index.md +++ b/topics/rpc/index.md @@ -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, wsdl, gRPC +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.