关于[gRPC vs HTTP APIs]的摘要:
ASP.NET Core now enables developers to build gRPC services. gRPC is an opinionated contract-first remote procedure call framework, with a focus on performance and developer productivity. gRPC integrates with ASP.NET Core 3.0, so you can use your existing ASP.NET Core logging, configuration, authentication patterns to build new gRPC services.
原文地址: https://devblogs.microsoft.com/aspnet/grpc-vs-http-apis/