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