Web Sockets Working

This commit is contained in:
2026-05-02 19:26:17 -04:00
parent f34125d67b
commit 24fed2fa7a
5 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
const socket = new WebSocket("ws://localhost:8000/ws");
//const socket = new WebSocket("ws://localhost:8000/ws");
const socket = new WebSocket("ws://10.0.0.50:8000/ws");
let problemData = null;
let stepIndex = 0;