Add WebSocket test client and server code.

This commit is contained in:
Leo Vasanko
2025-06-16 19:15:46 -06:00
parent 1be1fe7105
commit 36cb2f69f0
8 changed files with 57 additions and 130 deletions

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>