hypername
Name server
A distributed name server allowing multiple computers to share and synchronize key-value pairs
Distributed name server
36 stars
4 watching
7 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/peer-network | Creates servers and clients that use a distributed hash table to communicate over the internet using names instead of ports or hostnames. | 184 |
mafintosh/discovery-server | A TCP/UTP server that auto announces itself using discovery-channel | 58 |
mafintosh/hyperdb | A distributed database solution using JavaScript, allowing for scalable and concurrent data storage and retrieval. | 754 |
mafintosh/network-address | A utility project that provides a simple way to retrieve the local network address of a machine | 67 |
mafintosh/multicast-dns | An implementation of a low-level multicast DNS protocol in pure JavaScript | 513 |
mafintosh/dns-discovery | A JavaScript library for discovering peers in a distributed system using DNS and multicast DNS. | 193 |
mafintosh/signalhub | A signalling server for coordinating handshaking in real-time applications | 668 |
mafintosh/hyperdht | A peer-to-peer distributed hash table implementation with support for discovery and hole punching | 95 |
mafintosh/dns-packet | A library for encoding and decoding DNS packets | 207 |
mafintosh/peerwiki | A BitTorrent-based distributed wiki system that fetches and shares Wikipedia content | 317 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,953 |
mafintosh/hyperfilter | A lightweight filter function for distributed streams of data | 33 |
mafintosh/airpaste | A tool for sharing files and exchanging data between machines on the same network without encryption | 823 |
mafintosh/k-rpc-socket | A low-level network layer implementation for peer-to-peer communication in distributed systems | 23 |
mafintosh/peer-wire-protocol | A Node.js implementation of the BitTorrent protocol's communication layer | 46 |