Skip to content

Latest commit

 

History

History
59 lines (53 loc) · 3.08 KB

File metadata and controls

59 lines (53 loc) · 3.08 KB

NW.js Documentation for 0.13 and later


NW.js lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies. It was previously known as "node-webkit" project.

The document is structured in three major parts:

  • For Users - Documents for developing apps based on NW.js
  • For Developers - Documents for developers who want to extend NW.js
  • References - NW.js API references

The source of the document is in our git repo. PRs are welcome.

Table of Contents

  • Homepage
  • For Users
    • [Getting Started](For Users/Getting Started.md)
    • [Debugging with DevTools](For Users/Debugging with DevTools.md)
    • [Package and Distribute](For Users/Package and Distribute.md)
    • [FAQ](For Users/FAQ.md)
    • [From 0.12 to 0.13](For Users/Migration/From 0.12 to 0.13.md)
    • Advanced
      • [Build Flavors](For Users/Advanced/Build Flavors.md)
      • [JavaScript Contexts in NW.js](For Users/Advanced/JavaScript Contexts in NW.js.md)
      • [Protect JavaScript Source Code](For Users/Advanced/Protect JavaScript Source Code.md)
      • [Security in NW.js](For Users/Advanced/Security in NW.js.md)
      • [Support for Mac App Store](For Users/Advanced/Support for Mac App Store.md)
      • [Test with ChromeDriver](For Users/Advanced/Test with ChromeDriver.md)
      • [Use Flash Plugin](For Users/Advanced/Use Flash Plugin.md)
      • [Use NaCl in NW.js](For Users/Advanced/Use NaCl in NW.js.md)
      • [Use Native Node Modules](For Users/Advanced/Use Native Node Modules.md)
      • [Content Verification](For Users/Advanced/Content Verification.md)
      • [Customize Menubar](For Users/Advanced/Customize Menubar.md)
  • For Developers
    • [Building NW.js](For Developers/Building NW.js.md)
    • [Contributing to NW.js](For Developers/Contributing to NW.js.md)
    • [Enable Proprietary Codecs](For Developers/Enable Proprietary Codecs.md)
    • [Repositories](For Developers/Repositories.md)
    • [Understanding Crash Dump](For Developers/Understanding Crash Dump.md)
    • [Writing Documents for NW.js](For Developers/Writing Documents for NW.js.md)
    • [Writing Test Cases for NW.js](For Developers/Writing Test Cases for NW.js.md)
    • [Contributors of Documents](For Developers/Contributors of Documents.md)
  • References
    • App
    • [Changes to DOM](References/Changes to DOM.md)
    • [Changes to Node](References/Changes to Node.md)
    • Clipboard
    • [Command Line Options](References/Command Line Options.md)
    • [Chrome Extension APIs](References/Chrome Extension APIs.md)
    • [Manifest Format](References/Manifest Format.md)
    • Menu
    • MenuItem
    • Screen
    • Shell
    • Shortcut
    • Tray
    • [webview Tag](References/webview Tag.md)
    • Window