GRPC Quickstart
Clone GRPC
1 | git clone -b v1.17.0 https://github.com/grpc/grpc |

Build
1 | cd D:\GRPC\grpc\examples\csharp\Helloworld |

Run a gRPC application
Server
1 | cd D:\GRPC\grpc\examples\csharp\Helloworld\GreeterServer> |

Client
1 | cd D:\GRPC\grpc\examples\csharp\Helloworld\GreeterClient |
