The Apps for BitTorrent SDK is a collection of tools, libraries and documentation to make the process of creating, authoring and testing apps as easy as possible.
The easiest way to get up and running on Windows, is by running the SDK installer To see the other ways that you can install the SDK tools, check out the howto.
$ apps setup --name=hello-world
$ cd hello-world
$ apps serve
Open http://localhost:8080/ in your browser. If you'd like to see this in the µTorrent client, run:
$ apps package
and, double click dist/hello-world.btapp
. The app should now show up in your
client under "Apps" in the left bar.
- Documentation
- Forums
- IRC: irc://irc.freenode.net#btapps-sdk
- Feedback: btapps-sdk@bittorrent.com
- Issue Tracker
You can download the source, tools, documentation and examples in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/bittorrent/apps-sdk