working datachannel and inital RPC test

This commit is contained in:
2025-04-17 23:54:12 -07:00
parent 002ac23605
commit 9f312f0bfb
5 changed files with 522 additions and 160 deletions

View File

@@ -12,7 +12,8 @@
"imports": {
"db": "/static/db.js",
"IDUtils": "/static/IDUtils.js",
"PeerManager": "/static/PeerManager.js"
"PeerManager": "/static/PeerManager.js",
"log": "/static/log.js"
}
}
</script>