multitasking #7

Merged
saqut merged 7 commits from multitasking into stable 2023-04-16 05:06:02 +03:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f7b689230d - Show all commits

View File

@ -9,11 +9,11 @@
<body>
<h2><pre id="log"></pre></h2>
<h1 id="message"></h1>
<script src="http://localhost:7707/script"></script>
<script src="http://ws.saqut.com/script"></script>
<script>
async function main(){
const wsjs = new MWSE({
endpoint: "ws://localhost:7707"
endpoint: "ws://ws.saqut.com"
});
wsjs.scope(async ()=>{
let me = wsjs.peer('me');