/gRPC-go-course

gRPC [Golang] Master Class: Build Modern API & Microservices and gRPC basic tutorial from gRPC official website

Primary LanguageGo

gRPC-go-course

gRPC [Golang] Master Class: Build Modern API & Microservices and gRPC basic tutorial from gRPC official website

Required

  • Protocol Buffer

Types of services in gRPC

  • Unary
  • Server Streaming
  • Client Streaming
  • Bi-Directional Streaming

Example

Unary

Server Streaming

Client Streaming

Bi-Directional Streaming