Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 685 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 685 Bytes

SimpleImplementationWithGRPC

This repository includes a sample implementation of gRPC with ASP.NET Core 3.0

gRPC - An RPC library and framework

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.

About This Repository

This repository contains source code for my article "What is gRPC? and How to implement gRPC with ASP .NET Core 3.x?" on Medium.

https://medium.com/@letienthanh0212/what-is-grpc-and-how-to-implement-grpc-with-asp-net-core-3-x-affe83686123