vadimpronin / guacamole-lite

Node.js library for creating Guacamole-compatible servers. Guacamole is a RDP/VNC/SSH/Telnet client for HTML5 browsers.
Apache License 2.0
250 stars 78 forks source link

Create client example in React #25

Closed dnapier closed 3 years ago

dnapier commented 5 years ago

Co-authored-by Greg Jansen jansen@umd.edu

ankitmhn commented 4 years ago

Does the react implementation work? What with crypto not available on the browser and BlobBuilder, WebKitBlobBuilder and MozBlobBuilder not being available at react runtime?

dnapier commented 4 years ago

Does the react implementation work? What with crypto not available on the browser and BlobBuilder, WebKitBlobBuilder and MozBlobBuilder not being available at react runtime?

It worked the last time we tried it. Run it and let us know. I think he's waiting on confirmation from someone like you to merge it into the master branch.

vpopescu commented 4 years ago

You have a typo in the PR - "Guacmole" instead of "Guacamole".

dnapier commented 4 years ago

You have a typo in the PR - "Guacmole" instead of "Guacamole".

Fixed in commit 4e5ccb6. Thanks for pointing this out!