Show the players

Send keepalive pings. Remove players who haven't sent pings.
This commit is contained in:
jude
2023-01-14 16:59:11 +00:00
parent 39c31e0f90
commit 8e22d37b64
4 changed files with 44 additions and 4 deletions

View File

@ -9,5 +9,12 @@
<script src="{{ url_for('static', filename='js/index.js') }}"></script>
</head>
<body>
<div id="players">
<strong>Players</strong>
<ul id="playerList">
</ul>
</div>
</body>
</html>