Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 246 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 246 Bytes

GrpcDemo

Demo project for GRPC session

This project demos some aspects for using GRPC in .NET Core 3.0.

The following aspects are included:

  • Create server
  • Create client
  • Create client using HttpClientFactory
  • Streaming
  • Use of metadata