HsuJv / vnc-rs

An asynchronous implementation of VNC client side protocol
Apache License 2.0
24 stars 6 forks source link

is there any way to use this library on android? #11

Open unicornlox opened 8 months ago

unicornlox commented 8 months ago

First of all, I congratulate you for making a great project, can we use this library on android or what should we do to make it usable?

HsuJv commented 8 months ago

I'm not sure whether it is okay on Android since I've not tried the mobile apps. But based on the fact that I've done wasm implementations, I believe it's usable at least on the webviews of Android's apps (Use wasm as a workaround)

HsuJv commented 8 months ago

Referring webvnc project codes, which uses websocket to connect to a websockify server.