How to setup a WebSocket Sever
-
Some codes in the in the document is partially missing.
Is there a WebSocket Sever snippet?
-
@Allen Have you seen this document - https://docs.hise.audio/scripting/scripting-api/scriptwebview/index.html
-
yeah, but seems like something is missing here...
-
@Allen Ah I see, perhaps the tutorial project can help - https://github.com/christophhart/hise_tutorial/tree/master/WebViewTests
Also I found the docs on the github page and the code is rendering there correctly
<head> <script src="hisewebsocket-min.js"></script> </head>
-
@d-healey Thank you! That helps!
I forgot there's also a document repo on github....