Announcing gRPC JSON transcoding for .NET

added by DotNetKicks
5/11/2022 4:21:05 PM

355 Views

James N gRPC is a modern way to communicate between apps. gRPC uses HTTP/2, streaming, binary serialization, and message contracts to create high-performance, real-time services. .NET has excellent support for building gRPC apps. However, like most technology choices, there are trade-offs when choosing gRPC over an alternative like REST+JSON.


0 comments