Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了让 webtorrent 在浏览器中工作,是否有必要运行 webtorrent 桌面服务器?Utorrent客户没有这个功能?
浏览器中的 Webtorrent 只能通过 WebRTC 与其他客户端通信,即它与真正的 bittorrent 客户端使用的 TCP 和 uTP 传输以及基于 UDP 的 DHT 不兼容,因此它不会提供与桌面应用程序相同的连接性。
此外,浏览器缺乏许多其他系统 API,因此它们无法匹配原生应用程序的功能。考虑到 bittorrent 客户端的业务是管理许多大文件并执行大量 IO,这是相当不匹配的阻抗。