Web Sockets Working
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user