Efficient Communication with gRPC
摘要
Blazor WebAssembly applications that have the need to exchange large amounts of data will probably run into communication overhead when using REST. With _gRPC_ you can use a more efficient way to exchange data with the backend.