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:
-rw-r--r--README.md18
-rw-r--r--docs/faq.md28
2 files changed, 26 insertions, 20 deletions
diff --git a/README.md b/README.md
index d4df48b..3d9f04e 100644
--- a/README.md
+++ b/README.md
@@ -128,19 +128,9 @@ npm install webtorrent-cli -g
- **[Fix an issue](https://github.com/feross/webtorrent/issues?state=open)**. Note:
WebTorrent is an [OPEN Open Source Project](CONTRIBUTING.md)!
-### WebTorrent in production
-
-- **[Instant.io](https://instant.io/)** – Streaming file transfer over WebTorrent ([source code](https://github.com/feross/instant.io))
-- **[Fastcast](http://fastcast.nz)** – Stream peer-to-peer audio and video content ([source code](https://github.com/fastcast/fastcast))
-- **[Webtorrentapp](https://github.com/alexeisavca/webtorrentapp)** – A tool/platform for launching web apps from torrents
-- **[People-driven web](http://www.peopledrivenweb.com/)** – Decentralized content management system ([source code](https://github.com/peopledrivenweb/pwjs))
-- **[PeerCloud](https://github.com/jhiesey/peercloud)** - Serverless websites via WebTorrent
-- **[βTorrent](https://btorrent.xyz)** - Fully-featured WebTorrent browser client ([source code](https://github.com/DiegoRBaquero/bTorrent))
-- **[Niagara](https://andreapaiola.name/niagara/)** - Video player webtorrent with subtitles (zipped .srt(s))
-- **[Seedshot](https://github.com/twobucks/seedshot)** - Ephemeral P2P screenshot sharing
-- **[PeerWeb](https://github.com/retrohacker/peerweb.js)** - Fetch and render a static website from a torrent
-- **[Vique](https://andreapaiola.name/vique/)** - Video player queue to share videos
-- Your app here! (send a PR or open an issue with your app's URL)
+### Who is using WebTorrent today?
+
+See [full list of WebTorrent users](docs/faq.md#who-is-using-webtorrent-today).
### Usage
@@ -395,5 +385,3 @@ localStorage.removeItem('debug')
### License
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
-
-![Magic](https://webtorrent.io/img/logo.png)
diff --git a/docs/faq.md b/docs/faq.md
index 1bf1dd3..55ccde2 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -57,30 +57,48 @@ There are also exciting **business use cases**, from CDNs to app delivery.
WebTorrent is still pretty new, but it's already being used in cool ways:
+- **[WebTorrent.app][webtorrent-app]** - WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.
- **[Instant.io][instant.io]** – Streaming file transfer over WebTorrent ([source code][instant.io-source])
- **[GitTorrent][gittorrent]** - Decentralized GitHub using BitTorrent and Bitcoin ([source code][gittorrent-source])
+- **[PeerCloud][peercloud]** - Serverless websites via WebTorrent ([source code][peercloud-source])
- **[File.pizza][filepizza]** - Free peer-to-peer file transfers in your browser ([source code][filepizza-source])
-- **[PeerCloud][peercloud]** - Serverless websites via WebTorrent
- **[Webtorrentapp][webtorrentapp]** – Platform for launching web apps from torrents
-- **[Fastcast][fastcast]** – Gallery site with some videos ([source code](https://github.com/jakefb/fastcast))
-- **[Colored Coins][coloredcoins]** - Open protocol for creating digital assets on the Bitcoin blockchain ([source code](https://github.com/Colored-Coins/Metadata-Handler))
+- **[Fastcast][fastcast]** – Gallery site with some videos ([source code][fastcast-source])
+- **[Colored Coins][coloredcoins]** - Open protocol for creating digital assets on the Blockchain ([source code][coloredcoins-source])
- **[Tokenly Pockets][pockets]** - Digital token issuance with WebTorrent-based metadata ([source code][pockets-source])
- **[βTorrent][btorrent]** - Fully-featured browser WebTorrent client ([source code][btorrent-source])
-- *Your app here – [Send a PR][pr] with your URL!*
+- **[Seedshot][seedshot]** - Peer to peer screenshot sharing from your browser ([source code][seedshot-source])
+- **[PeerWeb][peerweb]** - Fetch and render a static website from a torrent
+- **[Niagara][niagara]** - Video player webtorrent with subtitles (zipped .srt(s))
+- **[Vique][vique]** - Video player queue to share videos
+- **[YouShark][youshark]** - Web music player for WebTorrent ([source code][youshark-source])
+- *Your app here – [Send a pull request][pr] with your URL!*
+
+[webtorrent-app]: https://github.com/feross/webtorrent-app
[instant.io-source]: https://github.com/feross/instant.io
[gittorrent]: http://blog.printf.net/articles/2015/05/29/announcing-gittorrent-a-decentralized-github/
[gittorrent-source]: https://github.com/cjb/GitTorrent
[filepizza]: http://file.pizza/
[filepizza-source]: https://github.com/kern/filepizza
-[peercloud]: https://github.com/jhiesey/peercloud
+[peercloud]: https://peercloud.io/
+[peercloud-source]: https://github.com/jhiesey/peercloud
[webtorrentapp]: https://github.com/alexeisavca/webtorrentapp
[fastcast]: http://fastcast.nz
+[fastcast-source]: https://github.com/fastcast/fastcast
[coloredcoins]: http://coloredcoins.org
+[coloredcoins-source]: https://github.com/Colored-Coins/Metadata-Handler
[pockets]: https://tokenly.com/
[pockets-source]: https://github.com/loon3/Tokenly-Pockets
[btorrent]: https://btorrent.xyz
[btorrent-source]: https://github.com/DiegoRBaquero/bTorrent
+[seedshot]: http://seedshot.io/
+[seedshot-source]: https://github.com/twobucks/seedshot
+[peerweb]: https://github.com/retrohacker/peerweb.js
+[niagara]: https://andreapaiola.name/niagara/
+[vique]: https://andreapaiola.name/vique/
+[youshark]: http://youshark.neocities.org/
+[youshark-source]: https://github.com/enorrmann/youshark
## How does WebTorrent work?