UNPKG

o2services-dht

Version:

o2.services DHT

8 lines (7 loc) 221 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. */ module.exports = require('./client')