/grpc-greeter-net5

This is a gRPC greeter using .NET 5.0.

Primary LanguageC#MIT LicenseMIT

The gRPC greeter

This is a gRPC greeter using .NET 5.0.

Server

Navigate to GrpcGreeter.Server and execute the following command:

dotnet run

Client

Navigate to GrpcGreeter.Client and execute the following command:

dotnet run username

Comments

This is fully compatible with this project.