Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 504 Bytes

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