The BitTorrent module

Overview

The bittorrent module contains all BitTorrent related functions and classes for Hadouken.

var bt = require("bittorrent");

Properties

Session session

Gets the BitTorrent session instance. Use the session to add, remove and find torrents.

var session = require("bittorrent").session;