node-webkit 笔记

Posted 不泡面的康师傅

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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/

以上是关于node-webkit 笔记的主要内容,如果未能解决你的问题,请参考以下文章