k-bucket : Kademlia DHT K-bucket implementation as a binary tree. You can installing k-bucket npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install k-bucket $ sudo npm install -g k-bucket
If want to update the k-bucket package execute the command as below,
$ sudo npm update k-bucket
Update package globally,
$ npm install -g k-bucket
$ sudo git clone https://github.com/rektide/k-bucket.git
$ sudo npm install -g ./k-bucket
k-bucket@3.3.0 /usr/lib/node_modules/k-bucket
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall k-bucket
Package Name | k-bucket |
Version | 3.3.0 |
Description | Kademlia DHT K-bucket implementation as a binary tree |
Released Date | 2017-08-21T16:54:36.591Z |
Published by | tristanls |
How to Learn | https://www.npmjs.com/package/k-bucket/tutorial |