// Peer-to-Peer Uplink v2.077
NETRUNNER P2P
Direct browser-to-browser data transfer over WebRTC. Messages and files travel through an encrypted peer link — no server stores or relays your payload. Scan a QR to connect instantly, or exchange a signal block manually.
// Quick Link (QR)
OFFLINE> Generates a room, shows a QR code. The other device scans it to auto-connect.
// Transfer Console
// How to Connect
QR Quick-Connect
- Device A clicks Create Channel + QR.
- Device B scans the QR (or opens the link) — connects automatically.
- Send text or files directly, peer-to-peer.
Manual (Zero Backend)
- A clicks Start Node, copies its SIGNAL.
- B clicks Join Node, pastes it, copies the answer.
- A pastes B's answer → Apply Peer Answer.
- Link goes live, no server involved.
// Frequently Asked Questions
Is NETRUNNER P2P really server-less?
Yes. WebRTC DataChannels carry your data browser-to-browser over an encrypted DTLS link. Manual mode involves no server at all; QR Quick-Connect uses a tiny WebSocket only to exchange the initial signaling block — it never sees your messages or files.
Is my data encrypted?
Yes. WebRTC mandates DTLS-SRTP for every peer connection, so the channel between the two browsers is end-to-end encrypted by the protocol itself.
Are there file-size or rate limits?
There are no artificial limits imposed by this app. Practical limits come from your browser, available memory and the network between the two peers.
Do I need to install anything?
No. Any modern WebRTC-capable browser (Chrome, Edge, Firefox, Safari) works. There is no account, no extension and no native app.