Convert HTML & JS to EXE

3 replies
Anyone know of an easy way to convert a webpage, or preferably and entire website to a Windows desktop exe file while retaining Javascript functionality? I've found a free app called Website Zip Packer that converts websites to portable exe but the Javascript functionality is lost.
Any ideas?
#convert #exe #html
  • Profile picture of the author AdsWorkshop
    I don't know of any programs but you could do this with the Qt framework(not really an easy way but just a suggestion).
    {{ DiscussionBoard.errors[10071146].message }}
    • Profile picture of the author freddyDev
      I have used Node Webkit to do this in one of my project. Here is the description of Node Webkit project,

      "NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies."

      Little bit of learning is required to get started. Multiple platform is also supported.

      ps: If you need further help.. PM me
      {{ DiscussionBoard.errors[10087804].message }}
      • Profile picture of the author noone2407
        instead of the extension .htm or .html just rename i to .hta (hyper text application) then the web will run like an application.
        {{ DiscussionBoard.errors[10090468].message }}

Trending Topics