So you need to install the application to make it work. Presumably, they install a HTTP API-driven binary on the system, and then they connect to it from your browser.<p>Not impressed.
Bizarrely, their first example app - <a href="http://www.paddleover.com" rel="nofollow">http://www.paddleover.com</a> - gives us this message:<p><pre><code> We currently only support OS X Lion.
Enter your email below and we'll let you know when
support is available.
</code></pre>
Could there be a more user-hostile useragent detect script?<p>In any case; it's not a JS app, it's a plugin.
Kinda unfortunate that browsers don't allow general socket access.<p>The browser could ask for permission (and possibly disable access to cookies or saved credentials for this tab), and it would be pretty safe. You can do that with a signed Java applet, and I believe it was possible with Flash and a couple other techniques, but they have all been killed or are on the way out.<p>Imagine what you could do... Bittorrent clients, something like Popcorn Time, Anonymous P2P, Anonymous instant messaging, Tor in the browser, ... or less nefariously, Mail clients, Mashups, ... all in simple HTML files, hosted anonymously on a free webhoster. You can build awesome stuff, but can't be hold accountable by your domain name, etc..<p><i>puts tinfoil hat on</i> The paranoid part of me thinks the restriction is on purpose, to prevent this kind of app in the browser. Apple, Google & co. control the walled gardens of their App stores. They don't control the "open" web, but they have subtly pushed it in a direction where it is very powerful, but has very specific weaknesses.
Allright, so I stumbled upon this as well last week, and i'm kinda disappointed with the whole thing. It's unstable at best (Mostly due to the RPC methods failing violently in JQuery), the 'we need torque' popup is annoying and built-in to the source and it requires Backbone, jQuery, underscore and multiple other dependencies before you can use it in your own project.<p>BtApp.js itself runs on Torque, Bittorent's attempt at a headless version of uTorrent, that provides some browser interactions over the btapp.js api.<p>The thing is: Torque is kind of a black box. I've installed it and then quickly got rid of it as soon as I noticed it ran an 80mb process in the background of which i couldn't tell if it was downloading torrents or not. A headless torrent client is nice, but not if you can't see what it's doing.<p>The <i>cool</i> thing about this though it is that the api can connect to uTorrent (v3.3+)/BitTorrent client and that that's completely working in production already (at least on windows systems)<p>Just last week I've reverse engineered the protocol and made an angular.js implementation of this that removes all the dependencies to backbone and cleans up the code, separating UI-elements from the actual communication service. I've dropped support for Torque though.<p>Thus, born was DuckieTorrent:<p>Github:<p><a href="https://github.com/SchizoDuckie/DuckieTorrent" rel="nofollow">https://github.com/SchizoDuckie/DuckieTorrent</a><p>Live demo:<p><a href="http://schizoduckie.github.io/DuckieTorrent/" rel="nofollow">http://schizoduckie.github.io/DuckieTorrent/</a><p>You can authenticate it to your local uTorrent/Bittorrent account, it'll slurp in and process all information it receives and you can control your torrents, start streaming them via HTML5, even launch your uTorrent's configured player, wether thats the internal one or VLC, no problem.
A pluginless distributed P2P over WebRTC would be interesting!<p>The whole trust could be built client side and the servers used only for handshaking clients.
We could then imagine clients that are aware of multiple servers and distribute both the client webApp & server on different URLs and the whole network could somehow connect in a yet to be defined network structure for efficient traversal.<p>The one part missing is a w3c standard allowing web of trust signing of the packaged webApp, debian keyring style, to be able to host it anywhere and still trust some set of developers.
Here's another app for torrents: <a href="http://jstorrent.com" rel="nofollow">http://jstorrent.com</a>. It is a torrent client itself, no outside client needed, though proprietary.
WebRTC torrent (work in progress, not mine.) <a href="https://github.com/feross/webtorrent" rel="nofollow">https://github.com/feross/webtorrent</a>
They are terrible at explaining what it is.<p>Can I download torrents directly in the browser? Is it an UI to some underlying service? Can I seed with pure JS?
This came up a few months ago on HN under a different name. BTapps is a js torrent library that you can use to integrate into your apps or build something on top of it. But so far I have not been able to figure out how to use it.
Did the app get pulled? Right now it's just showing someone's personal homepage: <a href="http://i.imgur.com/J8x5TwY.png" rel="nofollow">http://i.imgur.com/J8x5TwY.png</a>