Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tcpviaws

opatomic3ISC0.1.11

Simple proxy server that connects websockets to TCP

websocket, tcp, proxy, bridge

readme

tcpviaws

Simple proxy server that connects websockets to TCP. Allows a web browser to talk to a raw TCP service via websockets.

Install:

npm install -g tcpviaws

Node usage

tcpviaws [wshost:]wsport [tcphost:]tcpport

Examples:

tcpviaws 8080 4567
tcpviaws 127.0.0.1:8080 localhost:4567