forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
Add initial implementation of P2P Poll app with HTML, CSS, and JavaScript
This commit is contained in:
15
README.md
15
README.md
@@ -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 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
|
||||
Reference in New Issue
Block a user