How can I generate a exe
para windows
from a web or from one url
(www.unaweb.com) or from a folder with a web html
inside. I do it with mac
, but windows
I don't know how to do it.
How can I generate a exe
para windows
from a web or from one url
(www.unaweb.com) or from a folder with a web html
inside. I do it with mac
, but windows
I don't know how to do it.
There are many options for what you want, some better than others, so I am going to recommend two options that should cover most needs.
The most popular in my opinion is Apache Cordova because it allows your application to be cross-platform and has a huge plugin repository that allows you to add a lot of functionality to your application that is not available for traditional web applications.
If this does not cover your needs, then I recommend Electron , which is the framework used to create the Atom programming IDE and Visual Studio Code . You can see for yourself that the look and feel of the created applications is very similar to that of the native applications.
Both frameworks are open-source
If you still want more options you can use NW.js or Appcelerator
Converting web applications to executables It may require some tweaking in your application, but Apache Cordova works quite well for this purpose.
If you want an EXE, an executable, you'll need to use a language that compiles to EXE like c# or VB, ask the system to open a browser and load the web. Apache cordoba and such is used to create installation packages and upload them to the store (windows, android and Mac OS) but it does NOT create EXE executables. In Visual Basic doing this is trivial, 4 lines.