Is it possible to create an html.exe app? [closed]

1

Good, I have in my hands a project where I make an animation known as pageflip (page effect for a virtual book), the situation is that most of the ways in which it can be done do not comply with the final product which said by the way, it is a virtual book that can be carried on a flash device, that is, a portable memory.

My question: Is it possible to make an executable using the technologies html5, css3 and javascript?

If it were not possible, what recommendation could you give me?

    
asked by Roberto Garcia 22.03.2017 в 16:51
source

2 answers

0

You can use a portable Web Server my preferred Server2Go. As its name indicates a portable Web Server, it can be installed and used from devices such as memory cards, pen drives, CD, DVD or from a hard drive. But its main strength is that it can be taken anywhere and executed from there.

Server2Go features:

In addition to its ease of installation and being free, Server2Go supports PHP 5, MySQL 5, SQLite and Pearl 5.8. Your license is donationware, which means that if you donate an amount of money you can access extended features. His system is based on Apache and is available for Windows (98, XP, Vista and 7) and Mac OS. It supports later versions of Internet Explorer 6, Firefox, Safari, Camino and some other browsers. It automatically detects the name of the host and the port when we start the browser, it automatically shuts down when the browser is closed and also supports PHP 5 with multiple extensions installed.

    
answered by 22.03.2017 / 16:59
source
0

If possible, just what you need is: Electron . Which makes use of the technologies that lists html, css and javascript to generate multiplatform applications (linux, ios, windows), with this I want to tell you that you can generate your executable (.exe). Some examples of applications made in electron are Slack, Atom, GitKraken, Nylas, VS code among others.

    
answered by 22.03.2017 в 17:10