Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web client communicate with gRPC server

I have a c++ service which I intend to expose using a gRPC server. What is the way a web browser would communicate with the gRPC server? I am using angularJS for the front end.

I look at grpc documentation. But can't find information on browser support.

Image taken from https://dzone.com/articles/grpc-sample-in-c-and-python

like image 664
ravindrab Avatar asked Jun 16 '26 12:06

ravindrab


1 Answers

i used grpc gateway. Many large projects use it too. It translated GRPC RPC into Rest / JSON.

https://github.com/gengo/grpc-gateway


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!