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: