28
Selfhosted P2P File Transfer & Messaging PWA
(lemmy.ml)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
the web version is intended to work on all platforms without compilation.
a html file-input is simple to add on a webpage. when selecting a file, its loaded into memory. at that point you can encrypt that file and sent it over webrtc... voila; p2p encrypted file transfer.
my approach to a mobile (ios/android) version is using capacitorjs/tauri... its basically a native wrapper with a webview.