Hacker News new | ask | show | jobs
by eeZah7Ux 2744 days ago
Kademlia is also an interesting option for a small and resilient key-value store between a handful of hosts.
1 comments

DHT: Distributed Hash Table
...and?
well, In theory you can store (and fetch) the data directly, rather than just using it as a routing table.
Of course, that's why I wrote "small key-value store"...