forked from nwjs/nw.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rogerwang edited this page Nov 20, 2012
·
37 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.
Basic:
- Features list
- How to run apps
- How to package and distribute your apps
-
Manifest format - the format of
package.json
-
How to use node.js web modules in node-webkit - wonder how to use
express
stuff in node-webkit?
API:
- Node.js Manual & Documentation
- Native UI API Manual - node-webkit API for native UI controls
Advanced:
- The Kiosk mode
- File dialogs
- Support mp3 and H264 in video and audio tag
- Build native modules with nw-gyp
- Command line arguments of 'nw' executable
- Third party browser plugins
- WebGL support on Windows
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: