https://github.com/ourway/dht-py
A distributed hash table (DHT) is a decentralised system for storing and retrieving data in a network. This is a sample implementation in Python
https://github.com/ourway/dht-py
consistent-hashing
Last synced: 6 months ago
JSON representation
A distributed hash table (DHT) is a decentralised system for storing and retrieving data in a network. This is a sample implementation in Python
- Host: GitHub
- URL: https://github.com/ourway/dht-py
- Owner: ourway
- License: mit
- Created: 2023-03-12T08:59:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T10:27:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T16:12:16.388Z (10 months ago)
- Topics: consistent-hashing
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dht-py
A distributed hash table (DHT) is a decentralised system for storing and retrieving data in a network. This is a sample implementation in Python