8 lines
382 B
Markdown
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.
|