Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 211 Bytes

Basic Go gRPC Server and Client

Implemented a simple gRPC server and client with the following functionality:

  • simple RPC
  • server-side streaming RPC
  • client-side streaming RPC
  • bidirectional streaming RPC