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:
authorJeremy Kahn <jeremyckahn@gmail.com>2022-10-28 15:24:48 +0300
committerGitHub <noreply@github.com>2022-10-28 15:24:48 +0300
commit7ef22f726bed2dfaa6f29ad633955f59db6a9022 (patch)
treeabe5c9908046cbb1cad0cae0bf87e827fdff1c94
parentd533ee0a3369f3d5249335fcd8654fe6bca54018 (diff)
feat: add chitchatter link (#2388)
-rw-r--r--docs/faq.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 2b4ceee..c4f2a75 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -114,6 +114,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[Haven Torrent Client][haven-torrent-client]** - Simple and Fast Torrent Client for the web. ([source code][haven-torrent-client-source])
- **[CrawFish][CrawFish]** - Desktop/Web/Server torrent client, with streaming support and integrated search (Works in docker, windows and has a WebUI that can be accessed by remote). ([source code][CrawFish-source])
- **[Niwder][Niwder]** - Web based platform to transfer torrents to Mega.nz and Google Drive on the cloud. ([source code][Niwder-source])
+- **[Chitchatter][Chitchatter]** - A peer-to-peer chat app that is serverless, decentralized, and ephemeral. Uses WebTorrent to initiate peer connections. ([source code][Chitchatter-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)) -->
@@ -212,6 +213,8 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[haven-torrent-client-source]: https://github.com/ThaUnknown/pwa-haven/tree/main/torrent-client
[Niwder]: https://niwder.niweera.gq
[Niwder-source]: https://github.com/Niweera/niwder
+[Chitchatter]: https://chitchatter.im/
+[Chitchatter-source]: https://github.com/jeremyckahn/chitchatter
## How does WebTorrent work?