/distributed-hash-table

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

Primary LanguageTypeScriptMIT LicenseMIT

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: