ws tool
1.1.0
Una herramienta de desarrollo para probar WebSocket, Socket.IO, Stomp, Bayeux, HTTP, TCP, UDP, WebRTC API.
Simplemente use el en línea: https://plantain-00.github.io/ws-tool/
O aloje el suyo propio mediante: git clone https://github.com/plantain-00/ws-tool-release.git . --depth=1
Si desea probar la función HTTP, TCP y UDP, debe habilitar el proxy nodejs con npm i --production && node proxy.js
y luego abrir http://localhost:12345
en su navegador.
De lo contrario, utilice un servidor de archivos estático (por ejemplo, nginx) para alojar los archivos html/js/css, luego abra http://localhost:{your_static_file_server_listen_port}
en su navegador.
docker run -d -p 12345:12345 plantain/ws-tool