🌐
NW.js
nwjs.io
NW.js
NW.js · View on GitHub · New way of writing native applications using web technologies: HTML5, CSS3, and WebGL · Full support for the features in browser · Complete support for Node.js APIs and all third party modules · Call Node.js modules directly from the DOM and Web Workers ·
🌐
DEV Community
dev.to › thejaredwilcurt › holy-shit-nw-js-is-so-easy-1h6
Holy shit NW.js is so easy - DEV Community
July 1, 2024 - Okay, so like.... you ready for this. Don't blink 1. Make an HTML5 file, it can even just be an... Tagged with nwjs, xpda, desktop, tutorial.
🌐
GitHub
github.com › hisschemoller › nwjs-tutorial
GitHub - hisschemoller/nwjs-tutorial: Tutorial for packaging and distributing applications made with NW.js
NW.js is a framework for building desktop applications with HTML, CSS, and JavaScript. It works by combining a JavaScript app with Node.js and Google's Chromium browser engine into a single desktop program.
Starred by 32 users
Forked by 9 users
Languages   CSS 44.6% | HTML 37.0% | JavaScript 18.4%
🌐
GitHub
github.com › nwjs › nw.js
GitHub - nwjs/nw.js: Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. - nwjs/nw.js
Starred by 41.5K users
Forked by 3.9K users
Languages   JavaScript 42.5% | C++ 34.1% | Python 15.2% | HTML 3.8% | Objective-C++ 2.7% | Objective-C 0.6%
🌐
GitHub
github.com › nwjs
NW.js Community · GitHub
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. ... There was an error while loading. Please reload this page. nwjs/npm-installer’s past year of commit activity
🌐
DEV Community
dev.to › syamjayaraj › nw-js-a-comprehensive-framework-to-build-desktop-apps-208m
NW.js - A Comprehensive Framework to Build Desktop Apps - DEV Community
June 9, 2024 - Electron.js, Meteor, Proton Native, Xojo, etc. are the frameworks to build cross-platform applications. One of the good options in this category is NW.js. In this tutorial, we can learn a little bit about NW.js and the advantages of choosing it for desktop application development.
🌐
LogRocket
blog.logrocket.com › home › creating cross-platform apps with nw.js
Creating cross-platform apps with NW.js - LogRocket Blog
June 4, 2024 - You can have almost any sort of web application built on top of your favorite framework or library running alongside NW.js. Plus, because the project doesn’t provide any type of scaffolding tool (except for some specific rules for manifest formats, for example), this tutorial explores how you’d create the project from scratch using the most basic setup: HTML, CSS, and JavaScript only.
🌐
NW.js Utilities
nwutils.io
NW.js Utilities
Cross-platform libraries, boilerplates, and tools for desktop apps and Node.js.
🌐
DEV Community
dev.to › t › nwjs
Nwjs - DEV Community
Holy shit NW.js is so easy · The Jared Wilcurt · The Jared Wilcurt · The Jared Wilcurt · Follow · Apr 27 '19 · #nwjs #xpda #desktop #tutorial · 17 reactions 2 comments · 2 min read · Angular-CLI and NW.js for development · The Jared Wilcurt · The Jared Wilcurt ·
🌐
Packt Publishing
hub.packtpub.com › getting-started-nwjs
Getting Started with NW.js
In this article by Alessandro Benoit, author of the book NW.js Essentials, we will learn that until a while ago, developing a desktop application that was compatible with the most common operating systems required an enormous amount of expertise, different programming languages, and logics ...
Find elsewhere
🌐
GitHub
github.com › nwjs › nw.js › wiki › Tutorials-on-Node-WebKit
Tutorials on Node WebKit · nwjs/nw.js Wiki · GitHub
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. - Tutorials on Node WebKit · nwjs/nw.js Wiki
Author   nwjs
🌐
DEV Community
dev.to › thejaredwilcurt › guide-to-nw-js-versions-5d38
Guide to NW.js versions - DEV Community
August 17, 2025 - This list is sorted by version number, not recommendation. The TLDR is, use the latest unless you have a good reason not to, then use one of the other versions detailed here. Remember, any time you pick an NW.js version to use, make sure your globally installed version of Node matches what is built in to NW.js.
🌐
Nwjs
docs.nwjs.io › For Users › Getting Started
Getting Started - NW.js Documentation
There are lots of useful information on NW.js wiki. The wiki is also open for everyone, and you are encouraged to publish your knowledge on wiki. You can also ask questions on mail list on Google group or chat on Gitter. Please report bugs or submit requirements on GitHub to make NW.js more powerful.
🌐
egghead.io
egghead.io › q › nwjs
In-Depth NW.js Tutorials for 2025 | egghead.io
Life is too short for long boring videos. Learn NW.js using the best screencast tutorial videos online led by working professionals that learn in public.
🌐
ClockworkPi
forum.clockworkpi.com › tutorials
NWJS + Phaser.io game engine Tutorial - Tutorials - clockworkpi
August 10, 2018 - Hello fellows! GameShell is a fantastic piece of hardware and I would like to contribute my 2-cents on this community by posting a tutorial on how to make GameShell run javascript games (using a game engine like Phaser.io with the help of NWJS. I have uploaded this tutorial and related code ...
🌐
Medium
medium.com › issuehunt › introducing-nw-js-on-issuehunt-1d645e8a45b7
Introducing NW.js on IssueHunt. What is Nw.js? | by IssueHunt | IssueHunt | Medium
September 25, 2018 - There’s conjointly a CSS stylesheet for styling the contents of the index.html file, and an app.js file for run JavaScript, during this case calling a simple dialog box with the text “from NW.js” inside it.
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › community › general discussion
NW.js - Raspberry Pi Forums
I have never used nw. If I were you I would start by getting familiar with nw on a Windows, Mac or Linux PC. There are clear getting started instructions for nw here: http://docs.nwjs.io/en/latest/For Use ... 20Started/ When you are comfortable with that you will understand the Raspi install better.
🌐
Best of JS
bestofjs.org › projects › nwjs
Best of JS • NW.js
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
🌐
DEV Community
dev.to › thejaredwilcurt › angular-cli-and-nwjs-for-development-49gl
Angular-CLI and NW.js for development - DEV Community
May 11, 2021 - This will walk you through setting up NW.js and Angular-CLI from scratch. "Why not just do all thi... Tagged with angular, nwjs, desktop, xpda.