This document discusses the potential of WebRTC DataChannels to enable peer-to-peer data transfer between browsers. It outlines how DataChannels allow arbitrary binary data transfer, which could enable new applications like real-time multiplayer games, high-frequency messaging, and decentralized file sharing without servers. However, challenges remain around browser compatibility, binary serialization formats, and issues like NAT traversal that WebRTC does not currently solve. The document argues that within a year most browsers will support DataChannels, fundamentally changing the ability for clients to communicate directly and enabling new networking models for the web.