loscores and pingscores tables

This commit is contained in:
2026-05-29 18:00:54 +01:00
parent 28a961b881
commit 9d5d4c31d4
7 changed files with 117 additions and 101 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
const regex = new RegExp("^[a-zA-Z0-9_-]+$");
let name = validate_data(prompt("Nickname for the leaderboard"));
console.log(name)
const ws = new WebSocket('ws://deadvey.com:8084/ws');
const ws = new WebSocket('ws://localhost:8084/ws');
ws.onopen = (event) => {
ws.send(name);
};