We have our micro-services implemented in grpc-java
, is it possible to call it from browser using grpc-web
?
If yes any reference/documentation will be helpful.
We have our micro-services implemented in grpc-java
, is it possible to call it from browser using grpc-web
?
If yes any reference/documentation will be helpful.
There isn't a grpc-web implementation in Java currently. You would need to use one of the normal grpc-web proxies (e.g., the Envoy-based implementation or Go implementation).