Node webkit allows HTML5 applications to run in a desktop. It uses NodeJS and Chromium. Both are using the same V8 javscript engine. Since this runs as a desktop application, it doesn’t have the sandbox restrictions. So in the same page, you can open a file from file-system and then render the contents in the web browser.
NW.JS allows calling node js modules directly from DOM.
In this example, we would create a sample application which would...
Tuesday, September 22, 2015
NW.JS (node-webkit) – An Introduction
Labels:
chrome,
html5,
javascript,
Node,
node web-kit,
nodejs,
nw.js,
v8,
web
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment