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