Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 297 Bytes

Go-GRPC-Demo

A Go-GRPC demo repo.

Implementing gRPC APIs using Protocol Buffers with Golang.

  • Demo using deadlines and handle gRPC API errors.
  • Demo using TLS for both server and client.
  • Demo using reflection for server and evans CLI for client.
  • Demo using MongoDB for data persistence.