Skip to content

Turn websockify websocket endpoint back into a TCP socket

Notifications You must be signed in to change notification settings

sblendorio/dewebsockify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Turn websockify websocket endpoint back into a TCP socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%