382 B
382 B
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.