node-webkit 笔记
NW.js is an app runtime based on Chromium
and node.js
. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.
GitHub: https://github.com/nwjs/nw.js
Quick Start:https://github.com/nwjs/nw.js#quick-start
How to build it:http://docs.nwjs.io/en/latest/For%20Developers/Building%20NW.js/