Table of Contents |
---|
...
Replacing TightVNC applet with noVNC in the client-premium webapp
Download the noVNC distribution package from: http://kanaka.github.com/noVNC
Note that this is the same package we used for the websockify
...
Tip |
---|
Note that if you use a balancer for your websockify proxies, you need to edit the tightvnc.html file in client-premium webapp to point to the IP and port of the balancer. |
...
The following diagram gives a general idea of the use of the HAProxy, showing how the connections are balanced between three websockify proxies.
Installing HAProxy
You will need the gcc compiler and make to compile HAProxy.
...