.NW File
.nw is Node-Webkit App Package
Features | Description |
---|---|
File Extension | .nw |
Format | Zip |
Created by | Intel Open Source Technology Center |
Category | Developer |
.nw is Node-Webkit App Package
Features | Description |
---|---|
File Extension | .nw |
Format | Zip |
Created by | Intel Open Source Technology Center |
Category | Developer |
Package created for node-webkit, an app runtime based on node.js and Chromium and used for running apps written in HTML and JavaScript; contains a compressed app package, which includes app files such as the "package.json" file that describes the package and any library files (.DLL files for Windows).
The NW file is the same as a .ZIP file but renamed with the "nw" file extension. Developers of node-webkit programs can choose to package their programs with the NW and executable file, such as an .EXE or .APP file, in the same directory or merge the two files. If they merge the files, there isn't an NW file. But if they choose to just place it in the same directory as the executable file, you will need node-webkit installed to open the NW file.