/grpc-workspace

Primary LanguageC#MIT LicenseMIT

GRPC Workspace

This repository is made as an example for my GRPC work.

Usage/Examples

You can follow the steps below to start the Server application.

Server application runs on port 5001

cd grpc-workspace/Server/

dotnet run

You can follow the steps below to start the Client application.

The client application reads on port 5001

cd grpc-workspace/Client/

dotnet run

License

MIT

Authors