Skip to content
A bit torrent client written in JavaScript, on top of node.js
JavaScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
tests
vendors/jslint
.gitignore
LICENSE
README.md
bencode.js
bitfield.js
filestore.js
listener.js
main.js
peer.js
sortedArray.js
summerTorrent
torrent.js
tracker.js

README.md

A Bittorrent client written in JavaScript on top of node.js

I think it works. It can download a small file and the md5sum of the output will match. However, I haven't tested it in a real world scenario (eg. Ubuntu iso) successfully (The last time I tried was before I added piece verification, which was probably the reason it didn't work before).

So hopefully. This is a working client. Though I have no idea if peers connecting to you works. Or if it can traverse proxies, or do any awesome stuff

You can’t perform that action at this time.