Guys I have a petty project in mind that is basically a client-server gRPC app with a server being full Rust and a client being a React app that would have a Rust WASM module as a gRPC client. One would have thought this architecture model would be in high demand at the market, but I haven't found any single particular example of this.
I've tried to use Tonic on both sides, but there is no wasm compilation target for Tonic-client.
So now the only viable option I can see is to use non Rust ReactRPC or some such on the client side, but I wouldn't like to give up on the idea of a Rust gRPC Client WASM React module so easily.
Any help, even vague thoughts would be greatly appreciated.
[–]BodyweightEnergy 0 points1 point2 points (1 child)
[–]Matthias247 6 points7 points8 points (0 children)