0.0.6 • Published 11 years ago

peer-swarm v0.0.6

Weekly downloads
13
License
-
Repository
-
Last release
11 years ago

peer-swarm

a peer swarm implementation that uses the torrent DHT to find peers

npm install peer-swarm

usage

var peerSwarm = require('peer-swarm');
var swarm = peerSwarm(myInfoHash);

swarm.on('connection', function(connection) {
	// a relevant connection has appeared
	// you should pipe this to a torrent protocol stream
});

swarm.listen();
0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago