Questions tagged [websockify]

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service. Implementations in Python, C, Node.js and Ruby.

websockify was formerly named wsproxy and was part of the noVNC project.

At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions.

27 questions
0
votes
1 answer

Transaction check error due to conflicting python versions during packstack install of OpenStack-Train

The packstack installation of openstack is failing with the following error - /Stage[main]/Nova::Vncproxy/Nova::Generic_service[vncproxy]/Package[nova-vncproxy]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0…
Asad Khan
  • 31
  • 1
  • 5
0
votes
0 answers

Websockify session not recording

When I am using the commands: $ bash run 6080 vnc_host --record "path to store recording" --web "noVNC path" or $ bash novnc_proxy --vnc vnc_host --listen 6080 --record "path to store recording" to connect to a VNC server and record the session, I…
0
votes
1 answer

How to : Websocket request to HTTP api server with websockify

I have an http API server (returning json data) and a client who make websockets requests, so I decided to go over websockify to communicate between my server and my client. But I don't figure how to get the result of a websocket request. For…
Mathis
  • 53
  • 7
0
votes
1 answer

websockify ws.send is not sending string to telnet server

I have a telnet server running circlemud. I have websockify running as python proxying the connection. I can receive data as well as send data with the enclosed wstelnet.html that comes with websockify. However when I use the included simple.html…
timeba
  • 75
  • 8
0
votes
3 answers

Connecting Nodejs tcp server to a websockit

I'm trying to connect my node tcp server to my socket.io server using websockify in javascript. I found the git repo for it at https://github.com/novnc/websockify/wiki/websock.js , but can't seem to find how to start it off in code. Can anyone…
Eduardo
  • 3
  • 2
0
votes
0 answers

Why one required to implement websocket specification to transfer binary data?

I am bit confused. I have been looking websocket sometime now. Still there is a tiny confusion. 1) websocket anyhow uses TCP/IP underneath to transport the data to and from client and server. The format of the data could be 'binary' too. Here are…
DrunkenMaster
  • 1,218
  • 3
  • 14
  • 28
0
votes
0 answers

Connecting to Windows Server with noVNC

I'm trying to connect to Windows Server 2012 through a web browser using noVNC and TightVNC. I have TightVNC Service running on the server and I've tried to set up noVNC using these instructions. I installed using Portable Python 2.7. When I do…
thatguy
  • 23
  • 1
  • 9
0
votes
2 answers

How to run a socket and a websocket server on the same port?

I'm working on a server, which is listening on the port 80 I would like to enable both native and websocket clients to connect to my server. It works only, if websockify runs at a different port, and forwards the trafic to the socket…
Iter Ator
  • 8,226
  • 20
  • 73
  • 164
0
votes
1 answer

websockify, noVNC in wrap mode

I need to convert a web page requiring viewing a X window from using the VncViewer applet to some HTML5 based VNC client. The worry is NSAPI will get desupported in the near future on browsers (mainly Chrome) that disables applet functions. I looked…
0
votes
1 answer

novnc: How to run websockify automatically

Maybe someone can help me with novnc. I want to use the novnc service, so I installed it on a debian machine with debian packages. I am able to manually establish a vnc session over a proxy server to another vnc server. But currently I have to…
Helen Curry
  • 11
  • 2
  • 7
-1
votes
1 answer

How do I run websockify on linux?

I've downloaded websockify, but now I don't know how to run it.
Rui Fonseca
  • 129
  • 1
  • 1
-3
votes
1 answer

I am unable to configure websockify, nodejs and java implementations the server i am using is TightVNC

Basically I want to run websockify for proxying for websockets, the python version is a far cry for windows. I need detailed specific help, link or anything explaining how to configure/use websockify with nodejs or java.
1
2