This is a WebSocket Client App. The App can be used to test or monitor the WebSocket Server. This App can be connected to the WebSocket Server. Then, the messages from this Client App can be sent out and the responses from the WebSocket Server can be monitored in this App.
Usages:
- Connect to the WebSocket Server.
- Type message in Message field and click send button to send out message to the WebSocket Server.
- Messages from the WebSocket Server can be seen in the Log field.
- We provide this App, but you must use your own preferred WebSocket Server.