Executing Plain Html and javascript offline

Can HTML and javascript work autonomously as an application? I am looking to launch a web page offline, for example in Silverlight OOB applications. But if the browser closes, I want to run the web page again without leaving the network. Is it possible?

+3
source share
2 answers

The HTML 5 project introduces mechanisms for a web page to be used as a standalone application , although, obviously, as a recent draft specification, it isn’t supported by all browsers.

You can also File> Save As and just save the HTML file and its associated JS locally.

+2

Google Gears , . Google HTML5 (. ), , , Gears [ , ], (, , ) .

[ :] Adobe AIR HTML JavaScript .

+1

Source: https://habr.com/ru/post/1743452/


All Articles