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:
authorDrakonkat <adamo.mazzocchetti@gmail.com>2022-02-21 23:10:05 +0300
committerGitHub <noreply@github.com>2022-02-21 23:10:05 +0300
commit10329e1165f9b3fd8ec1fc07dee3f5b55b74be5b (patch)
treede0c8afa7f8a3b4833219aea30e1b9a0b9f6088c /docs
parent139f9fd431a870484b1a3a4528bacca0aab13de1 (diff)
docs: Added TorQuiX docker webclient, to faq.md (#2262)
* Added TorQuiX docker webclient * docs: Added TorQuiX docker webclient, to faq.md Co-authored-by: Mauro Mazzocchetti <m.mazzocchetti@tech4care.it>
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 617479d..d30d54d 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -110,6 +110,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[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. ([source code][atorable-react-source])
- **[Iris][iris-messenger]** - Decentralized social networking application. ([source code][iris-messenger-source])
+- **[TorQuiX][TorQuiX]** - Web client for webtorrent-hybrid (Works in docker, in the future will be Android/Windows/Mac/Linux release). ([source code][TorQuiX-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)) -->
@@ -200,7 +201,9 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[atorable-react]: https://atorable.github.io/atorable-react/
[atorable-react-source]: https://github.com/Atorable/atorable-react
[iris-messenger]: https://iris.to
-[iris-messenger-source]: https://github.com/irislib/iris-messenger
+[iris-messenger-source]: https://github.com/irislib/iris-messenger
+[TorQuiX]: https://hub.docker.com/r/mauromazzocchetti/webtorrent-express-api
+[TorQuiX-source]: https://github.com/drakonkat/webtorrent-express-api
## How does WebTorrent work?