Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
gRPC 101 for Spring Developers
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Ray
- 3 Kubernetes
- 4 Microservices
- 5 Stubby
- 6 RPC
- 7 Why RPC
- 8 What is gRPC
- 9 gRPC Technology
- 10 gRPC vs REST
- 11 Creating a gRPC server
- 12 Implementing the server
- 13 Starting the server
- 14 Creating a channel
- 15 Errorhandling
- 16 Chat profile
- 17 Bidirectional streaming
- 18 Sending messages
- 19 Testing