- केंद्रीय सर्वर के बिना Tor + IPFS का उपयोग करके टीम चैट संभव करने वाला Slack, Discord का विकल्प
- सदस्यों के समूह यानी "कम्युनिटी" के भीतर केवल लोगों के डिवाइसों के बीच Tor के माध्यम से सीधे message/data sync
- दूसरी कम्युनिटी को उस डेटा के बारे में बिल्कुल जानकारी नहीं होती
- TypeScript + Electron / ReactNative
- message sync का प्रबंधन OrbitDB project द्वारा किया जाता है (यह Git + Gossip protocol + BitTorrent के mashup की तरह काम करता है)
- access permission और user name कम्युनिटी owner द्वारा दिए जाते हैं, और नए members को connect करने, user name register करने, और standard cryptographic certificate प्राप्त करने के लिए "invite code" दिया जाता है
- end-to-end encryption, Slack-जैसे channels, image और file sharing, desktop notifications, invite links जैसी सुविधाएँ प्रदान करता है
- कम्युनिटी बनाने या उसमें शामिल होने के लिए email या phone number की आवश्यकता नहीं होती
- planned features में iOS app, direct messages, user mentions, user removal, user profiles, message deletion, status updates, emoji reactions, multiple communities, account recovery, private channels शामिल हैं
- access permission देने के लिए standard PKI (PKI.js) का उपयोग करता है, और सभी data को encrypt करने के लिए Tor का उपयोग करता है
- Quiet के developers का मानना है कि "सर्वर कौन चलाता है?" इस सवाल का सबसे अच्छा जवाब "कोई नहीं" है, और उनका लक्ष्य software के attack surface से server को हटाकर software को अधिक private, secure और responsible बनाना है
1 टिप्पणियां
Hacker News राय