ws-tcp-bridge

Proxy between websocket and tcp servers

Usage no npm install needed!

<script type="module">
  import wsTcpBridge from 'https://cdn.skypack.dev/ws-tcp-bridge';
</script>

README

ws-tcp-bridge

A websocket to tcp proxy server, using nodejs which bridges websockets and tcp servers in either direction.

INSTALL -

npm install ws-tcp-bridge

WIP - the actual code is extremely simple, but not tested well (YET), feel free to help.

example -

$ ws-tcp-bridge --method=ws2tcp --lport=8080 --rhost=127.0.0.1:8081 proxy mode ws -> tcp forwarding port 8080 to 127.0.0.1:8081

$ ws-tcp-bridge --method=tcp2ws --lport=8080 --rhost=127.0.0.1:8081 proxy mode tcp -> ws forwarding port 8080 to 127.0.0.1:8081

If you want to have negotiation of the target address consider forwarding to a socks5 proxy