IMPORTANT NOTE - READ FIRST:
While this can be selfhosted, YOU SHOULDNT! … NONE of my projects have been audited or reviewed. I provide them for testing and demo purposes only. NOT to replace any other app you use.
BE RESPONSIBLE WHEN USING UNAUDITED SOFTWARE… DO NOT USE FOR SENSITIVE PURPOSES.
Now that I’ve hit you over the head with caution…
Want to send encrypted WebRTC messages and video calls with no downloads, no sign-ups and no tracking?
This prototype uses WebRTC to establish an encrypted browser-to-browser connection. Everything is stored locally in browser storage and cleared when you clear the site data from your browser - true zerodata privacy!
- Demo: https://chat.positive-intentions.com/
- Github: https://github.com/positive-intentions/chat
- Website: https://positive-intentions.com/
- Mastodon: https://infosec.exchange/@xoron
Thanks. Yes, fully web based is much better for new users. That means not p2p though, right?
I’ll look at it some more when I can.
P2P using peerjs (webrtc). Think of it like a gui for peerjs-server.
Aha thanks.