Files
gh-jeremylongshore-claude-c…/skills/skill-adapter/scripts/README.md
2025-11-29 18:52:50 +08:00

8 lines
382 B
Markdown

# 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.