Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:50 +08:00
commit caae91ec55
17 changed files with 2063 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for websocket-server-builder skill
- [ ] template_socketio.py: Template file for a basic WebSocket server using Socket.IO.
- [ ] template_native_ws.py: Template file for a basic WebSocket server using native WebSockets.
- [ ] example_client.html: Example HTML client for testing the WebSocket server.