PreviousNext

A new experiment: Call .NET gRPC services from the browser with gRPC-Web

by bill-s, 2020-02-10T04:23:15.058Z

I’m excited to announce experimental support for gRPC-Web with .NET. gRPC-Web allows gRPC to be called from browser-based apps like JavaScript SPAs or Blazor WebAssembly apps. gRPC-Web for .NET promises to bring many of gRPC’s great features to browser apps: Strongly-typed code-generated clients Compact Protobuf messages Server streaming

Read More