-
How to call this tarpc service from Flutter (dart) code? |
Beta Was this translation helpful? Give feedback.
Answered by
tikue
Aug 12, 2024
Replies: 1 comment
-
Hey, sorry for not seeing this earlier! tarpc doesn't generate stubs for any languages other than Rust. For cross-language RPCs, I'd probably stick with something like gRPC, where there is a compiler for multiple languages. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tikue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, sorry for not seeing this earlier!
tarpc doesn't generate stubs for any languages other than Rust. For cross-language RPCs, I'd probably stick with something like gRPC, where there is a compiler for multiple languages.