A simple DHT based on chord protocol
A simple DHT(Distributed Hash table) based on Chord protocol. Although the design is based on Chord, it is a simplified version of Chord no finger tables and finger-based routing. Tha app achieves the follwoing 1) ID space partitioning/re-partitioning, 2) Ring-based routing, and 3) Node joins.