Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 486 Bytes

File metadata and controls

19 lines (12 loc) · 486 Bytes

GrpcDemo

A demonstration project showcasing gRPC client-server communication in .NET.

Structure

  • Server — gRPC service host
  • Client — Console client that calls the gRPC service
  • Core — Shared protobuf definitions (customers.proto)

Tech Stack

  • C# / .NET
  • gRPC / Protocol Buffers

Resources