Guacamole – HTML5 Clientless Remote Desktop
guac-dev.org
Guacamole – HTML5 Clientless Remote Desktop
1–10 of 81 posts
Re: Guacamole – HTML5 Clientless Remote Desktop
#2Re: Guacamole – HTML5 Clientless Remote Desktop
#3Re: Guacamole – HTML5 Clientless Remote Desktop
#4I do love that this is open source though. Someone will probably add NX support soon. Sound support also looks pretty impressive.
Re: Guacamole – HTML5 Clientless Remote Desktop
#5Looks 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.
Re: Guacamole – HTML5 Clientless Remote Desktop
#6Re: Guacamole – HTML5 Clientless Remote Desktop
#7Edit: 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
#8The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
Re: Guacamole – HTML5 Clientless Remote Desktop
#9The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
Re: Guacamole – HTML5 Clientless Remote Desktop
#10The Github repo for the client says it's 50% Java, can someone clarify, is this an HTML5 client, or are there other things happening?
> 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