Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 845 Bytes

grpc-demos

gRPC Proof of Concept Demos

HTTP/2, https://, Grpc.Core

A simple .NET 7 gRPC service using boilerplate code. Works with grpc-framework48-client.

A simple .NET Framework 4.8 client console app that can communicate with grpc-dotnet7-service. This client utilizes Grpc.Core, which is expected to be deprecated in May 2023.

HTTP/1, http://, grpc-dotnet, gRPC-Web

A simple .NET 6 gRPC service using boilerplate code. Works with grpc-framework48-client-http.

A simple .NET Framework 4.8 client console app that can communicate with grpc-dotnet6-service.