Skip to content

gleitz/node-dht

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dht

DHT implementation.

Note: This branch is forked from stbuehler's mainline. It uses 'browserify' to create bundle.js, a version which can run inside a browser.

To do this meant taking out all references to actual sockets, so they can eventually be replaced with WebRTC PeerConnections.

install

npm install dht

usage

See example.js

status

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

Releases

No releases published

Packages

No packages published