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