Skip to content

Commit

Permalink
Update doc/implementation_comparison.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Aug 12, 2023
1 parent 833f421 commit 1c3866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/implementation_comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ gRPC can still be used to call services.

grpc-dotnet supports the [gRPC-Web protocol](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md).

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.
gRPC-Web allows browser JavaScript and Blazor apps to call gRPC services. It's not possible to call a gRPC service over HTTP/2 from a browser-based app. gRPC services hosted in ASP.NET Core can be configured to support gRPC-Web alongside gRPC over HTTP/2.

https://learn.microsoft.com/aspnet/core/grpc/grpcweb

0 comments on commit 1c3866a

Please sign in to comment.