[mod] samples

This commit is contained in:
Andy Bunce 2025-08-01 23:14:52 +01:00
parent 2f54b3370e
commit 6e88dd1509
22 changed files with 1048 additions and 142 deletions

4
src/server/test.html Normal file
View file

@ -0,0 +1,4 @@
<script>
const webSocket = new WebSocket("ws://localhost:5008");
alert("hi");
</script>