From e58bfa83376e890d1d40a9ab60a9c4db379cb7e9 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Sun, 15 Jun 2025 17:58:34 +0200 Subject: [PATCH] Update slides --- docs/learning_grpc.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/learning_grpc.md b/docs/learning_grpc.md index da0418d..0116507 100644 --- a/docs/learning_grpc.md +++ b/docs/learning_grpc.md @@ -6,9 +6,10 @@ Victor Martinez --- -## First, what is RPC? -Remote Procedure Calls. +# First, what is RPC? + +It stands for Remote Procedure Calls. An idea to extend transfer of control and transmission of data from one machine to another. @@ -97,7 +98,7 @@ google Remote procedure calls --- -## Why a framework? +# Why a framework? gRPC dictates how you will build your network interface. @@ -131,7 +132,7 @@ Explain multiplexing and server push ## 4 types of RPC supported -![image](assets/images/rpc_types.svg) +rpc types note: