diff --git a/js/examples/chat/index.html b/js/examples/chat/index.html index 0920ab6..9891216 100644 --- a/js/examples/chat/index.html +++ b/js/examples/chat/index.html @@ -16,7 +16,7 @@
- + diff --git a/js/examples/motion/index.js b/js/examples/motion/index.js index d20ec50..a685d2e 100644 --- a/js/examples/motion/index.js +++ b/js/examples/motion/index.js @@ -22,7 +22,7 @@ ground dataspace G { return Math.max(Math.min(v, limit), -limit); } - var wsurl = 'ws://demo-broker.syndicate-lang.org:8000/'; + var wsurl = 'wss://demo-broker.syndicate-lang.org:8443/'; react { assert brokerConnection(wsurl);