Completed
gRPC vs. OpenAPI/REST vs. GraphQL
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Cloud Native Communication Patterns with gRPC
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is gRPC?
- 3 Fundamentals of gRPC - service definition
- 4 Fundamentals of gRPC - gRPC service
- 5 Fundamentals of gRPC - gRPC client
- 6 Why gRPC?
- 7 gRPC vs. OpenAPI/REST vs. GraphQL
- 8 gRPC in the microservices landscape
- 9 Unary/simple RPC
- 10 Server streaming RPC
- 11 Client streaming RPC
- 12 Bidirectional-streaming RPC
- 13 gRPC interceptors
- 14 Deadlines
- 15 Metadata
- 16 Multiplexing
- 17 Cancellation
- 18 API specification with gRPC
- 19 API versioning with gRPC
- 20 Extending service definition
- 21 Securing gRPC services with OAuth2
- 22 REST/Open API - gRPC Bridge
- 23 Resources