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) Creator Browser (Host)
┌─────────────────────────────────────────────┐ ┌─────────────────────────────────────────────┐
│ Ionic/Angular App │ │ Ionic/Angular App │
│ ┌─────────────────┐ ──────────────────┐ │ ┌─────────────────┐ ┌───────────────────┐│
│ │ PeerService │ │ Dexie (IndexedDB)│ │ │ PeerService │ │ Dexie (IndexedDB)││
│ │ (PeerJS/WebRTC)│<─>│ surveys │ │ │ (PeerJS/WebRTC)│<─>│ surveys ││
│ └────────┬────────┘ │ participants │ │ └────────┬────────┘ │ participants ││
│ │ │ responses │ │ │ │ responses ││
│ Peer ID: survey-{id}└──────────────────┘ │ Peer ID: survey-{id}└──────────────────┘│
└───────────┼─────────────────────────────────┘ └───────────┼─────────────────────────────────┘
[PeerJS Cloud signaling only, not data relay] [PeerJS Cloud signaling only, not data relay]