[mod] samples
This commit is contained in:
parent
2f54b3370e
commit
6e88dd1509
22 changed files with 1048 additions and 142 deletions
4
src/server/test.html
Normal file
4
src/server/test.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<script>
|
||||
const webSocket = new WebSocket("ws://localhost:5008");
|
||||
alert("hi");
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue