Adam Lynch

NW.js: The App and Shortcut APIs

The NW.js GUI library provides an "App" API, which contains a variety of methods and properties, some of which are…

8 years ago

Platform detection in your NW.js app

There are various reasons why you might want to detect which platform or operating system your NW.js app is currently…

8 years ago

Installing your NW.js app on Windows

NW.js is great for creating desktop applications using Web app technologies. If you're not familiar with NW.js, I'd advise you…

8 years ago

NPM and Distribution Path Length Problems

You might have been unfortunate enough to learn that Windows has a 256 character limit on file paths. You could've…

8 years ago

Building Your App: Creating Executables for NW.js

How hard can it be to package up your NW.js app into real executables? To be a true desktop app,…

8 years ago

Transparency and NW.js

Yes, NW.js does support transparency, albeit it is disabled by default. One way to enable transparency is to use the…

9 years ago