This repository includes a sample implementation of gRPC with ASP.NET Core 3.0
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.
This repository contains source code for my article "What is gRPC? and How to implement gRPC with ASP .NET Core 3.x?" on Medium.