Can I use gRPC in browser?

gRPC-Web allows browser JavaScript and Blazor apps to call gRPC services . It’s not possible to call an HTTP/2 gRPC service from a browser-based app. gRPC services hosted in ASP.NET Core can be configured to support gRPC-Web alongside HTTP/2 gRPC.

Read more