Tag Archive: Mac OS X

Create a Native Application with NW.js

Creating a Desktop App with HTML, CSS and JavaScript

2015-03-18 Jean-Philippe Côté

The NW.js project lets you create apps with full native capabilities in HTML, CSS and JavaScript. Even better, it lets you access all Node.js modules directly from the browser environment. This means your web-platform-based application can now retrieve input from sensors or control hardware devices. This is the perfect environment for physical computing projects!