Files
427e7578-d7bf-49c8-aee9-2dd…/README.md

503 B
Raw Blame History

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 GUNs 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