UNPKG

bittorrent-dht

Version:

Simple, robust, BitTorrent DHT implementation

8 lines (7 loc) 222 B
/** * TODO: DHT Bootstrap Server * * For now, just export the client, which will work just fine. But, later, it'll * be important to give out nodes evenly from across the DHT. */ export { default } from './client.js'