Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 511 Bytes

File metadata and controls

14 lines (12 loc) · 511 Bytes

Distributed Hash Table

An experimental Distributed Hash Table (DHT) network implemented in Node.js

Intended Features

  • Create ("Bootsrap") a new DHT network.
  • Fetch a key from a network.
  • Set a key in a network.
  • Join a new node into a network.
  • Remove a node from a network.
  • Recover from a node unexpectedly terminating

Reference Materials: