mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
Fix code syntax highlighting
This commit is contained in:
parent
5f23b7258b
commit
3122e37042
2 changed files with 2 additions and 3 deletions
|
|
@ -45,10 +45,9 @@ note:
|
|||
|
||||
The program structure would be based in the concept of Stubs.
|
||||
|
||||
|
||||
Five pieces of program are involved when making an RPC call:
|
||||
|
||||
User -> User-stub -> RPC communications package (known as RPCRuntime) -> server-stub -> the server.
|
||||
User -> User-stub -> RPC communications package (known as RPCRuntime) -> server-stub -> the server.
|
||||
|
||||
They auto-generated the client and server stubs:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
slides:
|
||||
highlight_theme: monokai
|
||||
highlight_theme: tokyo-night-dark
|
||||
theme: dracula
|
||||
revealjs:
|
||||
history: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue