Add a soft timer to avoid spending much more than 5 seconds on a move
[vchess.git] / public / javascripts / utils / socket_url.js.dist
1 // URL of your socket server (rename into socket_url.js)
2 const socketUrl = "ws://localhost:3000";