A port of the Apache Guacamole client to Go.
Apache Guacamole provides access to your desktop using remote desktop protocols in your web browser without any plugins.
First start guacd in a container, for example:
docker run --name guacd -d -p 4822:4822 guacamole/guacd
Next run the example main:
go run cmd/guac/guac.go
Now you can connect with the example Vue app
Initially forked from https://github.com/johnzhd/guacamole_client_go which is a direct rewrite of the Java Guacamole client. This project no longer resembles that one but it helped it get off the ground!
Some of the comments are taken directly from the official Apache Guacamole Java client.