ws tool
1.1.0
用于测试 WebSocket、Socket.IO、Stomp、Bayeux、HTTP、TCP、UDP、WebRTC API 的开发工具。
只需使用在线工具:https://plantain-00.github.io/ws-tool/
或者通过以下方式托管您自己的: git clone https://github.com/plantain-00/ws-tool-release.git . --depth=1
如果你想测试 HTTP、TCP 和 UDP 功能,你应该使用npm i --production && node proxy.js
启用 Nodejs 代理,然后在浏览器中打开http://localhost:12345
。
否则,使用静态文件服务器(例如 nginx)来托管 html/js/css 文件,然后在浏览器中打开http://localhost:{your_static_file_server_listen_port}
。
docker run -d -p 12345:12345 plantain/ws-tool