Will the gRPC implementation work with compose in ...
# kotlinx-rpc
j
Will the gRPC implementation work with compose in a straightforward way? I have seen that connecting gRPC with web frameworks like React, due to the nature of how web works, is not as easy as doing it on Android, iOS or Desktop. Being able to create a web with Compose and consuming gRPC in an easy way would be really nice.
a
Hey! Really good question It's a hard topic for now, gRPC for browsers has a separate protocol gRPC-Web, and different solutions for communication with plain gPRC like proxies. It would be nice to make it seamless, yes, but we haven't yet estimated the complexity
thank you color 1
👀 1