dewebsockify

1.0.2 • Public • Published

dewebsockify

Turn websockify websocket endpoint back into a TCP socket

Why?

  • Access novnc instances through ordinary VNC client
  • Access SSH servers or other TCP services that were websockified and proxied through an ordinary HTTP/HTTPS server. This is possible with http-master.

How to install?

Install Node.JS and do npm install -g dewebsockify (it may require root/sudo)

How to use?

dewebsockify ws://server/path/to/novnc 5900
# and now connect with VNC client to localhost

dewebsockify wss://myserver.net/services/ssh 2222
ssh localhost -p 2222

License

Copyright (c) 2014 Code Charm Ltd

Licensed under the MIT license, see LICENSE for details.

Readme

Keywords

none

Package Sidebar

Install

npm i dewebsockify

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rush