Add initial implementation of P2P Poll app with HTML, CSS, and JavaScript

This commit is contained in:
2026-03-07 19:34:19 +01:00
parent 4275cbd795
commit 06afbc46f6
4 changed files with 373 additions and 1 deletions

View File

@@ -1 +1,14 @@
# P2P Poll App
# 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