UNPKG

webrtc-explorer

Version:

P2P Network Routing Overlay designed for the Web platform (browsers)

12 lines (9 loc) 205 B
const server = require('../').http const peerTable = require('../resources/peer-table') server.route({ method: 'get', path: '/dht', handler: function (request, reply) { reply(peerTable) } })