Update slide

This commit is contained in:
JasterV 2025-06-13 11:05:24 +02:00
parent 19875bffee
commit 9468f6effc

View file

@ -1,5 +1,6 @@
---
---
# Learning gRPC
Victor Martinez
@ -7,6 +8,8 @@ Victor Martinez
---
## First, what is RPC?
Remote Procedure Calls.
An idea to extend transfer of control and transmission of data from one machine to another.
<a style="font-size: 20px;" href="http://birrell.org/andrew/papers/ImplementingRPC.pdf">