// About

NETRUNNER P2P

A zero-backend peer-to-peer transfer node. WebRTC DataChannels carry your text and files directly between browsers over an encrypted (DTLS) link — no relay server ever sees the payload. Quick-connect uses a tiny WebSocket relay for signaling only; the manual mode needs no server at all.

// Core Features

E2E Encrypted

DTLS-SRTP secures all DataChannels. The channel between the two browsers is end-to-end encrypted by the protocol itself.

Zero Backend

No server stores or relays your payload. Quick-connect mode only uses WebSocket to exchange signaling.

No Limits

Transfer sizes and speeds are limited only by your browser and network conditions.

No Signup Required

True anonymity. No accounts, no passwords, and no personal data collected. Just open the page and connect.

// Architecture

PEER A
WebRTC DataChannel
DTLS-SRTP
PEER B
Signaling Server
Used ONLY for initial handshake. Zero payload transfer.

// How to Connect

QR Quick-Connect

  1. 01Device A clicks Create Channel + QR.
  2. 02Device B scans the QR (or opens the link) — connects automatically.
  3. 03Send text or files directly, peer-to-peer.

Manual (Zero Backend)

  1. 01A clicks Start Node, copies its SIGNAL.
  2. 02B clicks Join Node, pastes it, copies the answer.
  3. 03A pastes B's answer → Apply Peer Answer.
  4. 04Link goes live, no server involved.