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