UNPKG
o2services-dht
Version:
latest (1.0.1)
1.0.1
1.0.0
o2.services DHT
o2services-dht
/
server.js
8 lines
(7 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
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'
)