node-dht icon indicating copy to clipboard operation
node-dht copied to clipboard

DHT implementation (http://bittorrent.org/beps/bep_0005.html)

dht

DHT implementation.

install

npm install dht

usage

See example.js

status

Local hashtable not implemented (needs to handle timeout of peers); announce not tested.