ws tool
1.1.0
Un outil de développement pour tester WebSocket, Socket.IO, Stomp, Bayeux, HTTP, TCP, UDP, WebRTC API.
Utilisez simplement celui en ligne : https://plantain-00.github.io/ws-tool/
Ou hébergez le vôtre en : git clone https://github.com/plantain-00/ws-tool-release.git . --depth=1
Si vous souhaitez tester les fonctionnalités HTTP, TCP et UDP, vous devez activer le proxy nodejs avec npm i --production && node proxy.js
, puis ouvrir http://localhost:12345
dans votre navigateur.
Sinon, utilisez un serveur de fichiers statique (par exemple nginx) pour héberger les fichiers html/js/css, puis ouvrez http://localhost:{your_static_file_server_listen_port}
dans votre navigateur.
docker run -d -p 12345:12345 plantain/ws-tool