Skip to content

Instantly share code, notes, and snippets.

@jafow
Created March 3, 2016 03:00
Show Gist options
  • Save jafow/f883e6defba9602757db to your computer and use it in GitHub Desktop.
Save jafow/f883e6defba9602757db to your computer and use it in GitHub Desktop.
quick wt start
var wt = require('webtorrent');
var client = new wt();
client.seed(__dirname + '/astro.jpg', function (torrent) {
console.log('seeding the file ', torrent.infoHash);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment