feat(frontend): track the number of messages received / sent

This commit is contained in:
Florent Chehab
2020-05-02 12:59:03 +02:00
parent 6f68f9f21f
commit db89dd819b
2 changed files with 9 additions and 0 deletions

View File

@@ -124,6 +124,10 @@
</div>
</div>
<div style="position: absolute; bottom: 10px; right: 10px;">
<p># msg. sent to server: <i id="messageSentCount">0</i></p>
<p># msg. received from server: <i id="messageReceivedCount">0</i></p>
</div>
</body>
</html>