Add WebSocket test client and server code.

This commit is contained in:
2025-06-17 07:15:46 +00:00
parent 061ecf5d1f
commit baf04b48f9
8 changed files with 57 additions and 130 deletions
+1
View File
@@ -7,6 +7,7 @@
<title>Vite App</title>
</head>
<body>
View console for WebSocket messages.
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>