mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
Update slides
This commit is contained in:
parent
c1a4f08938
commit
e58bfa8337
1 changed files with 5 additions and 4 deletions
|
|
@ -6,9 +6,10 @@
|
||||||
Victor Martinez
|
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.
|
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.
|
gRPC dictates how you will build your network interface.
|
||||||
|
|
||||||
|
|
@ -131,7 +132,7 @@ Explain multiplexing and server push
|
||||||
|
|
||||||
## 4 types of RPC supported
|
## 4 types of RPC supported
|
||||||
|
|
||||||

|
<img alt="rpc types" src="assets/images/rpc_types.svg" style="width: 70%;" />
|
||||||
|
|
||||||
note:
|
note:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue