WebSocket server to TCP raw socket Server
Bridging from WebSocket server to TCP raw socket Server
Description
ws address
ws://127.0.0.1:9999/
on connect
{ "command": "connect", "host": "127.0.0.1", "port": 9010}
send data
{ "command":"send", "data": "123"}