BitTorrent peer implementation
npm install bittorrentbittorrent.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 demo.js for now.
License
-------
3-clause BSD. A copy is included with the source.
Contact
-------
* GitHub (http://github.com/deoxxa)
* Twitter (http://twitter.com/deoxxa)
* Email (mailto:deoxxa@fknsrs.biz)