How it works
Dump is a Peer-to-Peer (p2p) anonymous chat application. Unlike traditional chat apps, it does not rely on a central server to store your messages or manage your data.
The Technology
- WebRTC: Direct connections between browsers.
- No Central Database: Your messages never touch our servers.
- Encrypted: End-to-end private communication.
Privacy First
By utilizing the PeerJS library, we simplify the complex WebRTC connection process. Because it is strictly p2p, there is no "history"—once you leave or refresh, the conversation is gone.
Back to Lobby