Dump p2p shifts private chat traffic away from the server
Dump p2p is an chat app that works directly in a browser without user accounts. A basic Flask and SQLite backend runs the public lobby.
Private rooms use WebRTC and PeerJS to connect participants' browsers directly. Messages are not stored in a central .
and file sharing also work without sending their contents through a central server. Its mesh design may create more connections and on each device as a room grows.
Key points
- People can enter chat rooms in a browser without creating accounts.
- The public lobby uses Flask and SQLite.
- Private messages travel directly between browsers through WebRTC.
- and direct file sharing are included.
- Messages are not recorded in a central .