0

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.

Sanjit Kumar Mishra
  • 1,153
  • 13
  • 32

1 Answers1

2

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).

Eric Anderson
  • 24,057
  • 5
  • 55
  • 76