# ws_test_tool **Repository Path**: facingscreen/ws_test_tool ## Basic Information - **Project Name**: ws_test_tool - **Description**: websocket test tool - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-12 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ws_test_tool #### 介绍 websocket(命令行)测试工具 #### 使用 - 下载已打包的而可执行文件运行或使用命令node mainl.js ``` Usage: main [options] Options: -p, --port 要创建的websocket服务的端口号 (default: "") -u, --url 要连接的websocket服务器地址 (default: "") -h, --help ``` #### 软件架构 - nodejs + esbuild + pkg ### 开发环境运行 - nodejs版(客户端+服务端):npm i && node main.js - php版(无客户端):composer install