guac-vue
guac-vue copied to clipboard
simple Vue client to Guacamole
trafficstars
guac-vue
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.
demo

usage
- Build and run guacd and the Go guac client with the instructions here
- Install node & npm
- Run
npm ito install dependencies - Run
npm run serveto start the server