ws tool
1.1.0
Alat Pengembangan untuk Menguji WebSocket, Socket.IO, Stomp, Bayeux, HTTP, TCP, UDP, WebRTC API.
Cukup gunakan yang online: https://plantain-00.github.io/ws-tool/
Atau host milik Anda sendiri dengan: git clone https://github.com/plantain-00/ws-tool-release.git . --depth=1
Jika Anda ingin menguji fitur HTTP, TCP dan UDP, Anda harus mengaktifkan proxy nodejs dengan npm i --production && node proxy.js
, lalu buka http://localhost:12345
di browser Anda.
Jika tidak, gunakan server file statis (misalnya nginx) untuk menghosting file html/js/css, lalu buka http://localhost:{your_static_file_server_listen_port}
di browser Anda.
docker run -d -p 12345:12345 plantain/ws-tool