gRPC Proof of Concept Demos
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.
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
.