client now connects to public server
This commit is contained in:
parent
a7cf851c90
commit
94e5e7f96c
3 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue