Microsoft brings gRPC-Web support to .NET

Microsoft has rolled out experimental support for gRPC-Web in .NET Core and ASP.NET Core, allowing gRPC-Web to be called directly from the .NET Core gRPC client and ASP.NET Core gRPC apps.

Compatible with HTTP/1 and HTTP/2, gRPC-Web is a JavaScript client library supporting the same API as gRPC-Node to access a gRPC service, with gRPC serving as an open source RPC framework enabling client and server applications to transparently communicate.

Read More