louismullie / kademlia-webrtc

JS implementation of the Kademlia DHT on top of WebRTC and IndexedDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kademlia

Warning! There is nothing to see here yet.

Javascript implementation of the Kamdelia Distributed Hash Table algorithm on top of WebRTC. This library is heavily based on the Entangled Python library.

Kademlia is a distributed hash table with provable consistency and performance in a fault-prone environment. The white paper describes the algorithm in full detail.

License

This library is licensed under the LGPL v3.

About

JS implementation of the Kademlia DHT on top of WebRTC and IndexedDB


Languages

Language:JavaScript 100.0%