# P2P Poll App P2P Poll - Minimal GUN-based Scaffolding What this is - A tiny peer-to-peer polling app implemented with vanilla JS and GUN (a decentralized, CRDT-friendly database). - No central server for poll data. Peers connect and synchronize the poll in real-time. Notes - This scaffold uses GUN’s browser-based peer-to-peer data replication. - You can extend with: - Persistent storage on each peer - Better conflict resolution UI - Optional signaling server for explicit peer discovery