jackpal / Taipei-Torrent

A(nother) Bittorrent client written in the go programming language
BSD 3-Clause "New" or "Revised" License
842 stars 123 forks source link

Feature Request: Support WebTorrent #103

Open jackpal opened 8 years ago

jackpal commented 8 years ago

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.

backkem commented 4 years ago

For reference; anacrolix/torrent recently added WebTorrent support in anacrolix/torrent#393.