The bittorrent module contains all BitTorrent related functions and classes for Hadouken.
bittorrent
var bt = require("bittorrent");
Gets the BitTorrent session instance. Use the session to add, remove and find torrents.
var session = require("bittorrent").session;
Session
Reacting to events
The JSONRPC API