Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 533 Bytes

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

Demo

usage

  • 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