> DOCS_
P2P mode uses WebRTC to stream directly between browsers. No server storage.
FLOW
- Fill in content, click P2P DROP
- Get a peer link:
/p/{peerId} - Share the link — keep your tab open
- Receiver opens link — connects directly to you
- Data streams peer-to-peer (64KB chunks)
- Receiver views/downloads. No server copy.
PROS
- Zero server storage
- Private — data never hits disk
- No file size limits (in theory)
NOTES
- Sender must keep tab open
- Both browsers need WebRTC
- Link expires when tab closes