This repository contains a simple gRPC service example on .NET Core that returns the US shoe size for an EU size.
- Clone the repo:
git clone https://github.com/ersingenel/grpc-dotnetcore.git - To run the service: Go to
ShoeSizeConversionServicefolder then typedotnet runin a terminal window - To run the client: Go to
ShoeSizeConversionClientfolder then typedotnet runin a terminal window