Skip to content

Shorotshishir/grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages