feat: 'new websocket' to share whiteboard info

* share whiteboard info only on change and at specific frequency
* front update to track nb user connected
This commit is contained in:
Florent Chehab
2020-05-10 15:34:19 +02:00
parent 6475fdd5db
commit 685caffd43
6 changed files with 109 additions and 4 deletions

View File

@@ -253,6 +253,7 @@
<div id="whiteboardInfoContainer">
<p><b>Whiteboard information:</b></p>
<p># connected users: <i id="connectedUsersCount">0</i></p>
<p># msg. sent to server: <i id="messageSentCount">0</i></p>
<p># msg. received from server: <i id="messageReceivedCount">0</i></p>
</div>