Hello, I'm very interested in WASM capable bidirec...
# kotlinx-rpc
g
Hello, I'm very interested in WASM capable bidirectional streaming. Is this in the plans for kotlin-rpc? I especially looking for this on gRTC ☺️
a
Hey! Short answer is probably no, because gRPC-Web doesn't support it For kRPC it is already available
g
I will look at it, but it's not my own API Service, so could I consume an existing gRPC API with kTPC ?
a
No, that is not possible unfortunately Just to be clear, my initial answer was only about WASM running in browser Wasm running elsewhere where HTTP/2 is supported should not be affected
g
Yes I meant WasmJS as in the browser
So for this type of comm I do have to switch to a WebSocket then, thanks for the clarification @Alexander Sysoev 😊
👌 1
Isn't this a good alternative for WasmJS in the browser for kotlin-rpc? https://github.com/emmveqz/grpc-web-native
a
It's hard to evaluate how good this is, but it is not very popular, not maintained, more like someones pet project
g
Too bad... one can only dream to use the same lib on all platforms! 🙏
👌 1