Skip to content

ersingenel/grpc-dotnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gRPC on .NET Core

This repository contains a simple gRPC service example on .NET Core that returns the US shoe size for an EU size.

To run the service and client applications:

  1. Clone the repo: git clone https://github.com/ersingenel/grpc-dotnetcore.git
  2. To run the service: Go to ShoeSizeConversionService folder then type dotnet run in a terminal window
  3. To run the client: Go to ShoeSizeConversionClient folder then type dotnet run in a terminal window

Releases

No releases published

Packages

No packages published

Languages