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