Client: add ui.js; create Client object from ui.js
This commit is contained in:
parent
e746a4e8ca
commit
36ba716ad8
4 changed files with 16 additions and 8 deletions
|
|
@ -1,7 +1,10 @@
|
|||
"use strict";
|
||||
|
||||
// Global settings object
|
||||
/**
|
||||
* Global settings object.
|
||||
*/
|
||||
const AppSettings = {
|
||||
// Alternative WebSocket URI for local testing:
|
||||
// serverWsUri: "ws://localhost:32715",
|
||||
serverWsUri: "wss://chat.glitch-in.space:443/ws/",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue