trustchain-superapp
trystero
Our great sponsors
trustchain-superapp | trystero | |
---|---|---|
7 | 18 | |
69 | 502 | |
- | - | |
6.6 | 0.0 | |
3 days ago | 3 months ago | |
Kotlin | JavaScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trustchain-superapp
- Chitchatter: A P2P chat app that is serverless, decentralized, and ephemeral
-
Bitcoin Core: Bitcoin Core 0.21.1 Released with Taproot Activation Code
Security needs work, functionality works. (disclaimer, I'm the responsibile professor)
[1] https://github.com/Tribler/trustchain-superapp#luxury-commun...
-
Blockchain-based and open source Digital Euro usage in Café
Currently the only route is to: request permission from a Central Bank in Eurozone, download the Gateway code, and finally issue your own coins. (we got approval from our central bank)
trystero
-
UnCloud project: WebRTC chat, file transfer, and remote observation
Yes, this is a major issue that I haven't found a real solution for. There seems to be a mixture of iOS Safari bugs and intentional design limitations at play, and I don't know if a fully P2P web app like Chitchatter is practical on that platform. There's an open issue to improve this in Trystero (the networking library that Chitchatter uses), but there may be a limit to how stable iOS will be with WebRTC apps. 😕
-
WebRTC for p2p voice calling app?
You can use Trystero (https://github.com/dmotz/trystero) to cut server costs to zero. That’s what I used to build https://chitchatter.im/, which supports P2P audio and video calls.
-
WebTorrent
WebTorrent is obviously well suited for p2p file distribution, but using a minimal subset of the protocol also provides a nice hack for easily bootstrapping peer connections between web app users. Piggybacking on public mediums already designed to do peer exchange can let you rapidly prototype a WebRTC project without the hassle of running your own server anywhere.
I built a library that explores this idea: https://github.com/dmotz/trystero
-
Taking the Power Back with Web Meshes
First, I need to give credit to Dan Motzenbecker and his incredible work with the Trystero JavaScript library. Trystero serves as the direct inspiration for the web mesh concept. Trystero is one of the most powerful and fascinating libraries I've ever found and I don't understand how it doesn't have many thousands of stars on GitHub. Please give Trystero a look and consider how you might use it in your own projects.
-
I built a decentralized, serverless, peer-to-peer private chat app that's open source, ephemeral, and runs entirely in the browser
BitTorrent - source code literally hardcodes 5 tracker URLs ...
Chitchatter uses a WebSocket connection to a WebTorrent server to initiate peer connections via Trystero. Once peer connections are established, the WebTorrent connection is only used to find more peers.
Nope, Trystro and WebTorrent!
That's all handled by Trystero and WebTorrent: https://github.com/dmotz/trystero
Yep you've got a good understanding of the basic architecture! Chitchatter uses Trystero to connect to public WebTorrent servers to find peers. Trystero optionally hashes SDP strings (which peers use to locate each other) with a password. Assuming each peer has matching passwords, the SDP string is decrypted by other peers so that everyone can connect.
-
Chitchatter: A peer-to-peer chat app that is encrypted, serverless, decentralized, and ephemeral
This is my first time hearing of these technologies. It seems that they're custom protocols to be implemented in client apps? Chitchatter is different because it's entirely client-side web-based and doesn't use any special protocols. Instead, it uses https://github.com/dmotz/trystero to connect peers via WebTorrent (a web-compatible version of BitTorrent). Peers then send messages directly via WebRTC.
What are some alternatives?
ipfs-webui - A frontend for an IPFS node.
foxql - WebRTC based, simple proof-of-work p2p ecosystem
videosdk-rtc-react-sdk-example - WebRTC based video conferencing SDK for React JS
webtorrent - ⚡️ Streaming torrent client for the web
tribler - Privacy enhanced BitTorrent client with P2P content discovery
javascript-chat-app - A Javascript chat app with the integration of CometChat Widget.
FileNation - The simplest way to send your files around the world using IPFS. ✏️ 🗃
lnd - Lightning Network Daemon ⚡️
farmhand - A resource management game that puts a farm in your hand
chitchatter - A simple peer-to-peer chat app that is serverless, decentralized, and ephemeral
webtorrent - ⚡️ Streaming torrent client for the web [Moved to: https://github.com/webtorrent/webtorrent]
uuid - Generate RFC-compliant UUIDs in JavaScript