• How to convert web application to desktop application

    MarkGrillo Member

    want to make a web app desktop app

    Is there any way I can run sandboxed server (only the app can use server) and place like firefox / chrome window to browse on top of it ? The server could be django, jetty or any other. Any idea ?

  • Adelaid Member

    Are you looking to write a windows app from scratch or are you looking for an app to convert your web code into an exe?

    If you want a convertor then what language?

    eg. There are quite a few PHP to EXE…

    http://wiki.swiftlytilting.com/Phc-win
    http://sourceforge.net/projects/wapache/
    http://www.bambalam.se/bamcompile/
    http://www.zzee.com/phpexe/
    http://www.exeoutput.com/
    
  • SapnaVishwas Member

    Wow that actually exists, any general solution that works multi platform bro ? linux, windows, etc, and multi language too , python, java, etc.. ? thanks ; )

  • Adan Member

    I haven’t seen one that does them all but they are available separately, python to exe, php to exe etc.
    They are designed to run whatever script you ask it to not run as a server environment

    For a full windows server environment then use something like easyphp or xampp but wont work as a standalone desktop app

Viewing 3 reply threads
  • You must be logged in to reply to this topic.