From 7ef22f726bed2dfaa6f29ad633955f59db6a9022 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Fri, 28 Oct 2022 07:24:48 -0500 Subject: [PATCH] feat: add chitchatter link (#2388) --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 2b4ceee518..c4f2a751c6 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!*** @@ -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?