Qt application managed from web browser
Unsolved
General and Desktop
-
Hi guys!
I was wondering if it is possible to manage a Qt application from a web browser, in such a way that I would have my application on a server and connect to it with a browser.
Is it possible to do it or something like that??
Thank you very much!
-
@ivanicy said in Qt application managed from web browser:
Is it possible to do it or something like that??
Yes: https://doc.qt.io/qt-6/wasm.html
Not the real question is "should you"? I the web inerface is all your app has then the answer is no. If your app is mainly compiled (desktop/mobile) but want to have a plan-B access through the web to it without having to rewrite it from scratch then this is the way to go