Live data from Hacker News

Guacamole – HTML5 Clientless Remote Desktop

guac-dev.org

1–10 of 81 posts

Re: Guacamole – HTML5 Clientless Remote Desktop

#5

Looks promising! Could be use to control bittorrent server from work. Maybe call it pluginless instead? Clientless kinda makes me imagine it's pure js/html5 app but actually it uses a server as client.

you can already control rtorrent via ssh, though admittedly it has a steeper learning curve.

Re: Guacamole – HTML5 Clientless Remote Desktop

#7
I run Guacamole on my home network as an RDP client to my Windows and Linux boxes. It's a fantastic piece of software. It beats VMC widely in terms of speed, and RDP narrowly when used across the internet. I run guacd on my home server and use that to access my interior network from any computer. It's stable, consumes low memory, and works nicely over HTTPS with apache reverse-proxying the Java webapp. A+ amaze your friends type of software. I am a huge guacamole fanboy.

Edit: I used a Linux VM on my home windows box over guacamole from a Chromebook as my primary mobile computer for 6 months. Browsing in Firefox on my remote VM was always faster than browsing the web locally on the Chromebook. If only it worked well on tablets...

Re: Guacamole – HTML5 Clientless Remote Desktop

#10
post #6

The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?

From the github readme:

  > guacamole-client is used to build the subprojects that  make up Guacamole, and
  > to provide a common central repository. Each project contained here is
  > completely independent of guacamole-client and can be built separately, though
  > the others may have to be built first. If all projects are built using
  > guacamole-client, Maven will take care of the proper build order.
My reading of this is that the client repo also contains the server, which is written in java
Post reply on HN