Embedded VNC client possible?

I am working on an app to show status of some backoffice servers of mine and would like to have a way to start / jump in to said servers via VNC. Has anyone had any experience embedding a VNC Viewer client into an Appstudio app?

The only thing I could find that was close to this was the novnc project but I don’t understand exactly how it would be integrated into an NSB app. They have an html example page, which makes me think there could be a way to embed it into the app, but I’m not quite sure where to begin since this isn’t a cordova plugin.

Any ideas would be most appreciated.

https://www.npmjs.com/package/@novnc/novnc

We have no experience with this library, but it looks interesting. If something can be done in JavaScript, it should be includable in AppStudio.

I would start by figuring out how the stand alone project works. Once that’s done, move the code over into your project. How you’ll do so depends how it works. You’re likely to run a number of interesting issues - I expect permissions will be one of them.