Fix diagram formatting in README for clarity

This commit is contained in:
Dimas Wiese
2026-03-16 00:03:39 +01:00
parent d05cf7d13d
commit ad6ea50eb7

View File

@@ -40,12 +40,12 @@ channels, facilitated by the PeerJS library.
Creator Browser (Host)
┌─────────────────────────────────────────────┐
│ Ionic/Angular App │
│ ┌─────────────────┐ ──────────────────┐
│ │ PeerService │ │ Dexie (IndexedDB)│
│ │ (PeerJS/WebRTC)│<─>│ surveys │
│ └────────┬────────┘ │ participants │
│ │ │ responses │
│ Peer ID: survey-{id}└──────────────────┘
│ ┌─────────────────┐ ┌───────────────────┐│
│ │ PeerService │ │ Dexie (IndexedDB)││
│ │ (PeerJS/WebRTC)│<─>│ surveys ││
│ └────────┬────────┘ │ participants ││
│ │ │ responses ││
│ Peer ID: survey-{id}└──────────────────┘│
└───────────┼─────────────────────────────────┘
[PeerJS Cloud signaling only, not data relay]