Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Trystero Alternatives
Similar projects and alternatives to trystero
-
chitchatter
A simple peer-to-peer chat app that is serverless, decentralized, and ephemeral
-
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
-
videosdk-rtc-react-sdk-example
WebRTC based video conferencing SDK for React JS
-
-
javascript-chat-app
A Javascript chat app with the integration of CometChat Widget.
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
FileNation
The simplest way to send your files around the world using IPFS. ✏️ 🗃
-
webtorrent-desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
-
webtorrent
⚡️ Streaming torrent client for the web [Moved to: https://github.com/webtorrent/webtorrent] (by feross)
-
ZeroNet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
-
-
-
-
-
StreamSaver.js
StreamSaver writes stream to the filesystem directly asynchronous
-
-
bittorrent-tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
-
tungstenite-rs
Lightweight stream-based WebSocket implementation for Rust.
-
FirebaseRTC
Codelab for building a WebRTC Video chat application using Firebase Cloudstore.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
trystero reviews and mentions
-
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.
-
A note from our sponsor - Sonar
www.sonarsource.com | 10 Jun 2023
Stats
dmotz/trystero is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of trystero is JavaScript.