https://github.com/draeder/dht-keyvalue-browser
Use a browser to store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key name
https://github.com/draeder/dht-keyvalue-browser
Last synced: about 1 month ago
JSON representation
Use a browser to store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key name
- Host: GitHub
- URL: https://github.com/draeder/dht-keyvalue-browser
- Owner: draeder
- License: mit
- Created: 2021-07-17T21:08:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T17:19:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T14:14:49.262Z (3 months ago)
- Language: HTML
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dht-keyvalue-browser
Use a browser to store key-value pairs on the mainline bittorrent DHT network, and retreive/update them by key nameUnfortunately, browsers do not support UDP to directly write or read data from the bittorrent mainline DHT. As an intermediary solution, this small library ships an express server that leverages [dht-keyvalue](https://www.npmjs.com/package/dht-keyvalue) to put, get and update mutable DHT on the bittorrent network.