Added Keet + trimmed down README.md (#59)

* added Keet + structural changes

* Fixed headings

* Updated README.md

* Removed tables

* Fix syntax

---------

Co-authored-by: Subash <subash@vuln.in>
This commit is contained in:
Subash SN
2024-02-20 16:15:36 +01:00
committed by GitHub
parent ddc68c0199
commit dd1bc41fc7
12 changed files with 110 additions and 87 deletions

View File

@@ -6,6 +6,10 @@ The DHT powering Hyperswarm and built on top of [dht-rpc](https://github.com/maf
In the HyperDHT, peers are identified by a public key, not by an IP address. A public key can be connected regardless of where the peers are located, even if they move between different networks.
Notable features include:
* lower-level module provides direct access to the DHT for connecting peers using key pairs
> [GitHub (Hyperdht)](https://github.com/holepunchto/hyperdht)
* [HyperDHT](../building-blocks/hyperdht.md)