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
path: root/docs
diff options
context:
space:
mode:
authorSerge Thompson <serge.thompson@gmail.com>2021-07-25 00:39:25 +0300
committerGitHub <noreply@github.com>2021-07-25 00:39:25 +0300
commit5de2148eb73762ab85596d17936ea90f1e1d9d5b (patch)
treebefce9184771d66b0725d2b376a535ef7b82d514 /docs
parent3c27033bfef2f3013af0d7f8dc4f48c8812baa3d (diff)
doc: add app atorable-loader and atorable-react (#2151)
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 4c543dd..3bcfaa2 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -108,6 +108,8 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[Live On Torrent][liveontorrent]** - A free plataform to live streaming on browser.
- **[WebTorrentPlayer][webtorrentplayer]** - High performance, no compromise video player for WebTorrent ([source code][webtorrentplayer-source])
- **[Storm][storm]** - A beautiful torrent client for desktop.
+- **[atorable-loader][atorable-loader-source]** - Resolves Webpack import/require() of a file into a Webtorrent magnet uri.
+- **[atorable-react][atorable-react]** - React component that processes a Webtorrent magnet uri for viewing or other custom uses. ([code][atorable-react-source])
- ***Your app here – [Send a pull request][pr] with your URL!***
<!-- - **[PeerCloud][peercloud]** - Serverless websites via WebTorrent ([source code][peercloud-source]) -->
<!-- - **[Niagara][niagara]** - Video player webtorrent with subtitles (zipped .srt(s)) -->
@@ -195,6 +197,9 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[webtorrentplayer]: https://thaunknown.github.io/webtorrent-player/
[webtorrentplayer-source]: https://github.com/ThaUnknown/webtorrent-player
[storm]: https://github.com/nuzzesick/storm-desktop
+[atorable-loader-source]: https://github.com/Atorable/atorable-loader
+[atorable-react]: https://atorable.github.io/atorable-react/
+[atorable-react-source]: https://github.com/Atorable/atorable-react
## How does WebTorrent work?