Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 543 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 543 Bytes

Grpc Client and Server

This repository conatins grpc client and server programs for all 4 services

  • Unary
  • Server Streaming
  • Client Streaming
  • Bi-directional Streaming

Technology

Scripts are written in CSharp.

Server Project is generated using dotnet new grpc Server.

Client project is generated using dotnet new console Client.

Reference

For Client grpc : Link

For Server grpc : Link