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 @@
# Scripts
Bundled resources for websocket-server-builder skill
- [ ] init_websocket_server.py: Automates the initial setup of a basic WebSocket server with Socket.IO or native WS.
- [ ] add_route.py: Adds a new route/endpoint to the WebSocket server, handling different message types.
- [ ] test_connection.py: Tests the WebSocket connection to ensure it's functioning correctly.