deoxxa / bittorrent.js

BitTorrent implementation in JavaScript
Other
88 stars 11 forks source link

build status bittorrent.js

BitTorrent in JavaScript. What more is there to say?

Overview

This library enables one to implement a BitTorrent application easily by hooking into the client logic at any level.

NOTE: This library is far from finished! Only some very basic features are in place right now.

Installation

Here's a link to the npm page.

npm install bittorrent

Usage

Take a look at https://github.com/deoxxa/bittorrent.js/blob/master/demo.js for now.

Contributors

License

3-clause BSD. A copy is included with the source.

Contact Me