0

Hello I m trying to find ref for GRPC with JavaScript Client. I checked tried to search but is generally refer Node Library.

In my implementation I have .NET GRPC server and have react UI app so just want to check is GRPC client support JavaScript as client or do we have any ref for GRPC for react.js.

as client I want to use grpc with JavaScript or react.js

  • gRPC cannot be used directly from the browser so gRPC-Web fills this gap - [this](https://learn.microsoft.com/en-us/aspnet/core/grpc/browser?view=aspnetcore-7.0) is probably a good place to start (as you are using .NET). Note that there is an ['official' generator](https://github.com/grpc/grpc-web) and a range of alternatives ([this article](https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve) covers one and has links to others). – Brits Dec 19 '22 at 06:53

0 Answers0