Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2018-02-17 06:03:16 +0300
committerGitHub <noreply@github.com>2018-02-17 06:03:16 +0300
commitc0bb3905c8bb35b5c39a90475ec501a832345bd2 (patch)
tree389a096493b3ee6bb79a372736429318a0da4205 /docs/faq.md
parent47d422358b8b4a55676bdce99cf1b93d822cf70e (diff)
parentb1470b4a6b053530aceb59f72a20f2af3ef8d612 (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 7630c7b..2d3c3bf 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -99,6 +99,10 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[SuperQuickShare][superquickshare]** - Quickly share files between devices using webtorrent and qrcodes ([source code][superquickshare-source])
- **[P2P-CDN][p2pcdn]** - WebTorrent CDN with graceful degradation
- **[PearPlayer][PearPlayer]** - A WebTorrent based multi-source and multi-protocol P2P streaming media player
+- **[Tcloud][tcloud]** - File sharing and torrent downloading
+- **[Webtorrent-webui][webtorrent-webui]** - A WebTorrent client with a simple web interface for easy remote usage
+- **[CineTimes][cinetimes]** - A streaming website of public domain movies
+- **[Bitlove.org][bitlove]** - Your favorite podcasts via BitTorrent
- ***Your app here – [Send a pull request][pr] with your URL!***
#### WebTorrent Product Alternatives
@@ -172,6 +176,10 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[superquickshare-source]: https://github.com/manicphase/super-quick-share
[p2pcdn]: https://github.com/andreapaiola/P2P-CDN
[PearPlayer]: https://github.com/PearInc/PearPlayer.js
+[tcloud]: https://github.com/Lunik/tcloud
+[webtorrent-webui]: https://github.com/pldubouilh/webtorrent-webui
+[cinetimes]: http://cinetimes.org/
+[bitlove]: https://bitlove.org/
## How does WebTorrent work?
@@ -251,7 +259,7 @@ WebTorrent is just one example.
WebRTC [works everywhere][webrtc-everywhere], and browser support is excellent.
**Chrome**, **Firefox**, and **Opera** for Desktop and Android, as well as
-**Microsoft Edge** have support.
+**Microsoft Edge** and **Safari** have support.
You can learn more about WebRTC data channels at [HTML5Rocks][datachannel-intro].