ws-tcp-relay icon indicating copy to clipboard operation
ws-tcp-relay copied to clipboard

A simple relay between WebSocket clients and TCP servers

Results 6 ws-tcp-relay issues
Sort by recently updated
recently updated
newest added

Currently only the Websocket side supports TLS (through the `-tlscert` and `-tlskey` options). Support should be added for TLS on the TCP side. This could be done by adding a...

Darwin x86 on M1 (run via: `arch -x86_64 ./ws-tcp-relay -p 4222 nats.messaging:4222`) ``` Process: ws-tcp-relay [21401] Path: /Users/USER/*/ws-tcp-relay Identifier: ws-tcp-relay Version: ??? Code Type: X86-64 (Translated) Parent Process: zsh [19543]...

Hi, -p 1515 run and Listening port 4223? Have a good day.

Currently the supported options by the CLI application are not parsed correctly and they are not taken into account. This pull request also fix #9 issue.

This would make a really good higher performance alternative to [Websockify](https://github.com/novnc/websockify) since their C implementation is not quite developed and suffers from [security issues](https://github.com/novnc/websockify/issues/274).