Websocket to TCP/UDP socket proxy.
wsproxy -l :8000
just replace :8000 with the listening address and port you want
If the connection initialization cannot be completed, proxy will send a JSON message containing error and a brief explanation, closing the WebSocket.
ws://<addr>:<port>/ws/...
with the following parameters:
- proto [tcp, udp]
- addr
- port
- format [text, bin]
http://<addr>:<port>/www/...