Socket
Socket
Sign inDemoInstall

dewebsockify

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dewebsockify

Turn websockify websocket endpoint back into a TCP socket


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
8.23 MB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 06 Oct 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc