mirror of
https://codeberg.org/JasterV/grpc-slides.git
synced 2026-04-26 18:40:03 +00:00
update: practical_grpc slides
This commit is contained in:
parent
0b2d81a5ad
commit
8188db5bc0
1 changed files with 2 additions and 23 deletions
|
|
@ -11,39 +11,18 @@
|
||||||
|
|
||||||
+ Ingredients to build a gRPC API
|
+ Ingredients to build a gRPC API
|
||||||
+ Defining our API with Protocol Buffers
|
+ Defining our API with Protocol Buffers
|
||||||
+ Defining a request
|
|
||||||
+ Defining a response
|
|
||||||
+ About backwards compatibility
|
|
||||||
+ Defining a service
|
|
||||||
+ Generate a Rust library
|
+ Generate a Rust library
|
||||||
+ Manual project setup
|
|
||||||
+ Build script
|
|
||||||
+ Exposing a library
|
|
||||||
+ CI & Release flow
|
+ CI & Release flow
|
||||||
+ The Buf tool
|
|
||||||
+ Checking for breaking changes
|
|
||||||
+ How to release
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
+ Implementing a gRPC service
|
|
||||||
+ Implementing the service trait
|
|
||||||
+ Parsing requests
|
|
||||||
+ Error handling
|
|
||||||
+ Building a gRPC server
|
+ Building a gRPC server
|
||||||
+ Authentication
|
|
||||||
+ Tracing
|
|
||||||
+ Running our server
|
|
||||||
+ How to deploy
|
+ How to deploy
|
||||||
+ How to call our server
|
+ How to call our server
|
||||||
+ Creating a gRPC client
|
|
||||||
+ Authentication
|
|
||||||
+ Response handling
|
|
||||||
+ How is it going so far
|
+ How is it going so far
|
||||||
+ Users
|
|
||||||
+ Metrics
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue