from Hacker News

Tarpc: An RPC framework for Rust with a focus on ease of use

by peeyek on 7/11/16, 5:35 PM with 10 comments

  • by CoffeeDregs on 7/11/16, 11:02 PM

    Interesting. While not an official Google product, this is in Google's GitHub repo. Seems to prove a nice validation of Rust's growing success.
  • by xuejie on 7/12/16, 3:05 AM

    I'm not sure how practical this can be, one advantage of having an RPC, is that it allows for cross-language communication.

    In this case, won't it be nicer to invest in a rust port of grpc instead of building this?

  • by eximius on 7/11/16, 11:21 PM

    It does seem easy to use, I'll give them that! :)
  • by euyyn on 7/12/16, 1:05 AM

    What's the wire protocol used?