mercredi 13 juin 2018

Compilation of PyQT to Javascript? [on hold]

First of all, please dont downvote- if you are unclear, ask or just move on. Why make someone's life harder? My account got banned from asking questions that got downvoted. I think all questions are reasonable unless it contains vulgarity that affects community's culture.

Overview:

I want my PyQT application to be served from cloud. I want it to be used as web service. I know browser compiles only html/cs/js so I was wondering if there's any tool(like emscripten-qt mentioned below) that could compile python to web based languages?

emscripten-qt -->compiles C/C++ project to javascript which can then be rendered in browser..

Application is a CRUD GUI program, think of it as some VB.net windows application.

My goal is to serve this application from cloud. When user goes to url then app should be served. Currently its the standalone windows native. I guess this means building web app is the only possibility?

My options, as per my understandings are:

  1. Make web-service as described above.
  2. Create everything from scratch. Very impossible. Since the GUI renders CT images where user interacts and uses many in-house libraries.
  3. Use containers(Docker doesn't support GUI i guess, so any suggestions?)
  4. I cant think of any other....It would be great if you guys can make any suggestions.

Thanks! And c'mon, no more downvotes...




Aucun commentaire:

Enregistrer un commentaire