@e9x/websockify
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.1 • Public • Published

websockify

A port of websockify-js to modern NodeJS and TypeScript.

npm version

Usage

Usage: websockify [options]

Creates a WebSocket server on <listen-host>:<listen-port> and forwards traffic to a TCP socket on <source-host>:<source-port>.

Options:
  -s, --source <address>:<port>
  -l, --listen <address>:<port>
  -h, --help                     display help for command

VNC on 5901, WS on 9999

npx @e9x/websockify --source 127.0.0.1:5901 --listen 127.0.0.1:9999

With debugging:

DEBUG=websockify npx @e9x/websockify --source 127.0.0.1:5901 --listen 127.0.0.1:9999

Readme

Keywords

none

Package Sidebar

Install

npm i @e9x/websockify

Weekly Downloads

0

Version

1.0.0-alpha.1

License

LGPL-3.0

Unpacked Size

16.3 kB

Total Files

10

Last publish

Collaborators

  • e9x