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 คุณควรเปิดใช้งานพร็อกซี nodejs ด้วย npm i --production && node proxy.js
จากนั้นเปิด http://localhost:12345
ในเบราว์เซอร์ของคุณ
มิฉะนั้น ให้ใช้เซิร์ฟเวอร์ไฟล์แบบคงที่ (เช่น nginx) เพื่อโฮสต์ไฟล์ html/js/css จากนั้นเปิด http://localhost:{your_static_file_server_listen_port}
ในเบราว์เซอร์ของคุณ
docker run -d -p 12345:12345 plantain/ws-tool