forked from nwjs/nw.js
    
        
        - 
        Couldn't load subscription status. 
- Fork 0
Home
        Chaitanya Pramod edited this page Jul 12, 2013 
        ·
        65 revisions
      
    Here is the Wiki, the encyclopedia of node-webkit. I know most of you just don't read documentations, but please at least skim the content, you could find answers to most of your questions here.
Overview:
- Features list
- Getting Started with node-webkit
- How to open a window
- How to run apps
- How to package and distribute your apps
- Using Node modules
- Troubleshooting
- Security
Library Reference:
- Node.js Manual & Documentation
- 
Manifest format — the format of package.json
- Native UI API Manual — node-webkit API for native UI controls
- Changes related to Node — Things added/changed to Node API after bring in DOM
Advanced:
- Build native modules with nw-gyp
- Command line arguments of 'nw' executable
- mini browser in iframe
- The Kiosk mode
- File dialogs
- Support mp3 and H264 in video and audio tag
- Third party browser plugins
- WebGL support on Windows
- 
About node.js server side script in node-webkit — wonder how to use expressstuff in node-webkit?
- Get version of node-webkit in app
- What if Node's require() conflicts with the same name in your code (e.g. RequireJS) ?
- Protect JavaScript source code with v8 snapshot
- The solution of lacking libudev.so.0
- Icons
- Shell — a collection of APIs that do desktop related jobs
- Devtools jail feature -- useful for IDE developers
- Handling files and arguments
Testing
HTML5 Features:
- Play with window
- Dragging files into page
- Save persistent data in app
- Control camera and microphone with getUserMedia API
- Use datalist for auto completion
Debugging:
Traps: