How can I compile html to exe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I compile html to exe

How can I compile html to exe

4th Nov 2021, 5:17 AM
Car Mr
2 Answers
+ 5
If you are asking about how one would go with using web languages to develop desktop applications, then you may look into frameworks like Electron. https://www.electronjs.org/
4th Nov 2021, 8:04 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
Bad idea! HTML is supposed to be platform independent, whatever system you're using, all you need is just a browser to view the document. .exe file on the other hand, only for Windows systems. By converting HTML to .exe file, you pretty much are adding compatibility issue because .exe file runs on Windows systems only.
4th Nov 2021, 5:35 AM
Ipang