google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

RPC framework #95

Open tredoe opened 7 years ago

tredoe commented 7 years ago

If the client is going to be coded in Rust, then a RPC framework like tarpc could be better.

brinchj commented 7 years ago

Are you thinking of running the client as a deamon that other local tools can speak to via RPC, or of having an RPC based protocol between the client and the backend?

tredoe commented 7 years ago

I was thinking in to have a RPC based protocol