# uniapp-debug-server **Repository Path**: ifa6/uniapp-debug-server ## Basic Information - **Project Name**: uniapp-debug-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试不断发送消息 ```sh websocket -s 0.0.0.0:1234 # 不断发送时间和随机数 yarn c -u ws://127.0.0.1:1234/ -m "ww" #不断读取pipe-ws.txt里的信息,并清空再发送 yarn c -M file -u ws://127.0.0.1:1234/ -m "ww" ```