TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introducing BitTorrent Torque

217 pointsby Emproalmost 13 years ago

12 comments

nostromoalmost 13 years ago
&#62; Simply put, it allows anyone to utilize our powerful technology to create completely fresh and new experiences for users with just a couple lines of code.<p>Worst use of "simply put" I've seen in a while. This page actually puts it simply: <a href="http://torque.bittorrent.com/labs/" rel="nofollow">http://torque.bittorrent.com/labs/</a><p>&#62; Turns all torrents links into regular downloads. No torrents to manage. Just content.
评论 #4209440 未加载
评论 #4211794 未加载
CodeCubealmost 13 years ago
I don't know why, but I had a visceral reaction to the browser prompt to install the extension in the paddleover demo. This is despite the fact that I'm a developer, and I'm well familiar with bittorrent. Maybe it has something to do with the fact that I feel like I have to be keenly aware of what my BT client is doing at any given moment. The thought of letting a BT client run unchecked in my browser is disconcerting ... am I completely off base here?
评论 #4209359 未加载
评论 #4210116 未加载
评论 #4210921 未加载
评论 #4209408 未加载
runn1ngalmost 13 years ago
Can you translate to me what this is about?<p>Is it a javascript bittorrent client? Access to local bittorrent client? Access to remote bittorrent client?<p>I don't want to sound ignorant, I am just confused :(
评论 #4209175 未加载
评论 #4209133 未加载
评论 #4209147 未加载
sltkralmost 13 years ago
&#62; OneClick: Turn your torrent downloads into normal in-browser downloads.<p>This has been possible in Opera out-of-the-box for half a decade.<p>Apparently with Torque I have to manually install a third-party plug-in, and that plugin only works on Windows. Great progress there. It's like replacing HTML5 with Adobe Flash: from native browser support back to a proprietary plug-in.
评论 #4210142 未加载
评论 #4209721 未加载
btownalmost 13 years ago
Pretty awesome. I can see this technology displacing CDNs in the future... everybody is a edge node!<p>The plugin downloader is still a large barrier to entry, though.What I'd really like to see is a parallel protocol to BitTorrent that's basically BitTorrent over WebSockets. Consider an update to Vuze, uTorrent, Transmission, and all the other clients, that added a simple WebSocket server. Now, Alice's web browser will never be able to connect to Bob's web browser directly (at least in the foreseeable future), but they could conceivably both connect to Charlie's full client if Charlie was running this server. And the trackers would need to be updated to serve Charlie's address to Alice and Bob (or HTTP proxies to the trackers would need to be developed), but then Alice and Bob could start building the DHT in their LocalStorages. I'm sure I'm missing a lot of technical challenges, but I think this might be feasible.
vessenesalmost 13 years ago
This is crazy, crazy good. And, it would be nice if it were javascript only; you could then get people to upgrade for better features. I wonder if packaging it for site admins rather than browser users is the right plan?
maxko87almost 13 years ago
This is a great move to make BT more mainstream and remove the boilerplate cost of installing a client, etc.
评论 #4209149 未加载
k33nalmost 13 years ago
Looks like it requires a plugin. That's a shame.
评论 #4209226 未加载
themgtalmost 13 years ago
As soon as WebRTC hits, it will be possible to do pure-JS bittorrent clients (and there's already some projects on github)<p>I'm not sure why they spent the time on a plugin
评论 #4209983 未加载
alainbrydenalmost 13 years ago
I don't like that I can't see how paddleover would work without installing the plugin. I bet you're losing a lot of visitors on that page.
评论 #4209600 未加载
StavrosKalmost 13 years ago
Hmm, so I can create a web app that runs without a server... I can just post a link to a simple JS page that will start downloading the app and execute it in the background.<p>I don't see a use for this, though. It's not much different from just downloading the code and running it, although it'll be much simpler to install.
mickael1787almost 13 years ago
This is great! Does Torque support uTP for doing NAT traversal through STUN?