Running a Qt app over the web

前端 未结 7 1772
迷失自我
迷失自我 2021-01-02 06:46

I am writing an application using Qt and want to try and deploy it as a web-application. I want user\'s to be able to use my application by accessing it through a web browse

7条回答
  •  我在风中等你
    2021-01-02 07:12

    Interestingly, it is possible to compile Qt applications to javascript using emscripten-qt. These run fairly fast with Firefox's asm.js interpreter:

    http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki

提交回复
热议问题