Hello,
My name is Mike; I'm the developer responsible for the Guacamole webapp mentioned above. I've been trying to get people to test so that the documentation (and program) can be improved.
debuti wrote:i cannot make it work
Congratulations, debuti, honorary member of the Guacamole testers group!

Could you please provide information about what in particular wasn't working, and what steps you followed? It would also be helpful to know the details of your platform (browser, servlet container, VNC server, operating system, etc.) If we can work out the issues with your install, I can improve the documentation accordingly.
B wrote:I'm not a huge fan of AJAXy bloat
Understandable. I'm trying to improve Guacamole's AJAX code with each release. HTML5 provides (or will provide) an elegant and more efficient alternative to AJAX, WebSockets, but that will be difficult to implement until browsers and servlet containers develop support.
Once WebSocket support can be implemented server-side, I will add support for WebSockets client-side, with the AJAX code remaining as a failsafe.