Embed presentation
Download as PDF, PPTX













This document discusses building a cross-platform desktop application using AngularJS and Node-webkit. Node-webkit allows turning an HTML5/AngularJS web app into a desktop application that runs on Windows, Mac, and Linux. It provides features like file access, webcam support, and good performance. AngularJS handles data binding and logic, while data can be stored locally using technologies like Web Storage or indexedDB. The application backend can be built with any server-side framework like Node.js, PHP, Django, etc. Example starter projects are provided.











