Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 283 Bytes

An implementation of a distributed hash table in Rust using RAFT for distributed consensus. For proof-of-concept implementation, RPCs are simulated by writing RPC arguments to disk, and having replies be made by reading the requests stored on the disk and saving the reply to disk.