dns-discovery
Peer discovery
A JavaScript library for discovering peers in a distributed system using DNS and multicast DNS.
Discovery peers in a distributed system using regular dns and multicast dns.
193 stars
8 watching
18 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 2 awesome lists
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/k-rpc | Low-level implementation of k-rpc protocol used in the BitTorrent DHT | 74 |
mafintosh/multicast-dns | An implementation of a low-level multicast DNS protocol in pure JavaScript | 513 |
mafintosh/peerwiki | A BitTorrent-based distributed wiki system that fetches and shares Wikipedia content | 317 |
mafintosh/discovery-swarm | A network swarm system that facilitates peer discovery and connection using TCP or UTP protocols. | 375 |
mafintosh/peer-wire-protocol | A Node.js implementation of the BitTorrent protocol's communication layer | 46 |
mafintosh/polo | Enables decentralized service discovery and load balancing without relying on a central server or static configuration. | 247 |
mafintosh/dns-packet | A library for encoding and decoding DNS packets | 207 |
webtorrent/torrent-discovery | A module for discovering peers in a peer-to-peer network using BitTorrent protocols. | 217 |
mafintosh/peer-wire-swarm | Enables communication between multiple peers in a decentralized network using a swarm architecture | 80 |
mafintosh/airswarm | Automatically connects nodes on a local network using multicast DNS | 130 |
mafintosh/webrtc-swarm | Enables peer-to-peer communication using WebRTC and facilitates discovery and connection brokering through a central hub. | 382 |
webtorrent/bittorrent-dht | An implementation of the BitTorrent Distributed Hash Table (DHT) protocol in JavaScript | 1,233 |
mafintosh/hyperdb | A distributed database solution using JavaScript, allowing for scalable and concurrent data storage and retrieval. | 754 |