TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Serverless Sync in Web Apps Using Bit Torrent

256 点作者 kinlan将近 9 年前

13 条评论

kodablah将近 9 年前
Neat use of web torrent. Now if only we could do it with live data instead of persistent data, have built in encryption, and anonymize the peers we'd have the perfect decentralized internet :-)
评论 #11905544 未加载
评论 #11905666 未加载
_bdog将近 9 年前
Now someone could make a Chrome plugin for YouTube, which seamlessly seeds the watched videos and, when it goes offline, loads from Bittorrent.
评论 #11920754 未加载
stirner将近 9 年前
Why not use IPFS, which is specifically designed for this sort of usage and will be more resilient?
评论 #11905997 未加载
评论 #11905588 未加载
martinald将近 9 年前
Very cool. I imagine when bittorrent first starting how cool this would be to do if we had something like webtorrent<p>Two problems:<p>1) WebTorrent isn&#x27;t very persistent. It requires people keep the tab open and I don&#x27;t think the current WebTorrent to existing torrent clients federation really solves anything interesting. Unless you&#x27;ve got high volumes of traffic it doesn&#x27;t help much.<p>2) Bandwidth and storage got so cheap. S3 et al is really pricey but you can get insane deals on colo and bare mental boxes these days. Ok, you&#x27;re not going to get s3 ease of use and reliability, but webtorrent is going to be way worse on both those points.
评论 #11905471 未加载
评论 #11905541 未加载
michaelbuckbee将近 9 年前
So I only kind of understand magnet links. But it seems like I could create a Chrome plugin that took every page I visited and turned the assets into magnet links and started request&#x2F;seeding them on pageload. Is that analogous to what they&#x27;re doing?
评论 #11905619 未加载
评论 #11905520 未加载
moosingin3space将近 9 年前
This is really cool. Wonder how hard it would be to develop double-ratcheted multi-user chat or a distributed game using WebTorrent.
235337将近 9 年前
Anyone have suggestions on how to block sites like this from downloading without permissions?<p>edit: So blocking XHR requests seems to do the trick.
visarga将近 9 年前
The app is quite interesting and I was amazed until I realized the play button doesn&#x27;t display the circular progress indicator on time. It has an ugly lag. This is why web apps are not quite there yet. And yet it is amazing they can record, store and sync audio like that. Almost like real apps.
评论 #11908342 未加载
mdjeu将近 9 年前
Maybe this a bit tangential, but I was just thinking lately how it would be nice to use some decentralized communication backend to word processing software to enable shared collaborative editing of documents. Sort of like Google Docs, but without a centralized server.
pmlnr将近 9 年前
If there wasn&#x27;t a &#x27;cloud&#x27; in the picture how seeding is done I&#x27;d even believe it&#x27;s serverless. Sorry for being a cynic, but what if there is no tracker available?
评论 #11908363 未加载
solidr53将近 9 年前
I was surprised to find out that the torrent fetching part of the prototype didn&#x27;t happen in the service worker . Which is obviously the most cool place for it.
zeveb将近 9 年前
This sounds really cool, but it also sounds like a really easy way for malware (delivered, say, in a drive-by malicious ad) to exfiltrate data from a browser.
评论 #11905199 未加载
chj将近 9 年前
It&#x27;s great to share data, however, how can a torrent solution support services like web API?
评论 #11907655 未加载
评论 #11906268 未加载
评论 #11907561 未加载