Skip to content
/ dht-rs Public

An implementation of a distributed hash table from scratch in Rust.

Notifications You must be signed in to change notification settings

mhbtz1/dht-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of a distributed hash table from scratch in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages