client now connects to public server

This commit is contained in:
Lexi / Zoe 2018-11-12 21:47:47 +01:00
parent a7cf851c90
commit 94e5e7f96c
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
// Constants and variables
const wsUri = "ws://localhost:8765";
//const wsUri = "ws://localhost:8765";
const wsUri = "ws://chat.glitch-in.space:32715";
let websocket;