This is a simple implementation of a Vue client to our custom Guacamole Client in Go.
This implementation passes passwords over in plaintext. It's not recommended running this way in production. This is for demoing purposes only.
- Build and run guacd and the Go guac client with the instructions here
- Install node & npm
- Run
npm i
to install dependencies - Run
npm run serve
to start the server