- Learning Firefox OS Application Development
- Tanay Pant
- 217字
- 2021-07-09 21:45:45
HTML5 and open web applications
Open web applications are those web applications that make use of open standard technologies, such as HTML5, CSS, JavaScript, and so on. These applications differ from native applications based on the fact that open web applications run on a web browser and hence can be accessed from a wide range of devices. These applications can be installed, access device hardware via the WebAPIs, and be run offline by making use of technologies such as AppCache and IndexedDB. However, these applications should be designed in such a way that they are cross-platform; if a device does not have all the hardware capabilities, then there will be a graceful degradation of the features of the application. Open web applications do not make use of proprietary technologies.
Let's take the example of Stack Edit (a web application), which is an online text editor that parses the markdown text and is very popular among authors. It is an example of an open web application. When loaded for the first time, it stores all its static data in the form of AppCache. All subsequent files that you store with the help of the in-browser text editor will be stored in the browser itself with IndexedDB. The application does not require a working Internet connection on subsequent runs.
- Vue.js設計與實現(xiàn)
- Python快樂編程:人工智能深度學習基礎
- Mastering C# Concurrency
- Bootstrap Essentials
- Mastering Python Networking
- Node.js Design Patterns
- 學習正則表達式
- C語言開發(fā)基礎教程(Dev-C++)(第2版)
- Hadoop 2.X HDFS源碼剖析
- 一步一步跟我學Scratch3.0案例
- Apache Solr PHP Integration
- Learning D
- JavaScript編程精解(原書第2版)
- Python面試通關寶典
- 3D Printing Designs:Octopus Pencil Holder