Taipei-Torrent
Taipei-Torrent copied to clipboard
Feature Request: Support WebTorrent
Consider adding support for WebTorrent.
WebTorrent is a BitTorrent variation designed to be implementable by web browsers. It works over WebRTC.
https://webtorrent.io
Not sure webtorrent will become popular, but supporting it would be an interesting exercise. Presumably we could use interfaces to cleanly encapsulate the WebRTC code from the normal networking code.
For reference; anacrolix/torrent recently added WebTorrent support in anacrolix/torrent#393.