Completed
Calling Service from Client
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
gRPC and Go: Developing Efficient and Type-Safe Services
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Objectives
- 3 Minimize Complexity
- 4 The Situation Today
- 5 Scenario - A Currency Service
- 6 The Problem
- 7 A Self-Discoverable REST API
- 8 Attempts at solving this problem
- 9 Performance Examples - Dashboard
- 10 Creating a gRPC Service
- 11 IDL for Currency Service
- 12 Compile IDL into Code (Go language example)
- 13 Implement Service Methods (Go language example)
- 14 Calling Service from Client
- 15 Update IDL for Streaming
- 16 Update IDL with Streaming
- 17 A Server Stream Example - Server
- 18 A Server Stream Example - Client
- 19 TLS Setup - Server
- 20 TLS Setup - Client
- 21 RequestTimeouts
- 22 Extracting Objects from Error