> For the complete documentation index, see [llms.txt](https://zurassic.gitbook.io/10x-developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zurassic.gitbook.io/10x-developer/node/nw.md).

# NW\.js (node-webkit)

## Node-webkit

Xml parser:

* xml2js, uses libxml, slow!
* easysax, pure js, faster
* node-expat, uses native module, faster (The node-webkit has limitations on using native module: cannot rename, has to compile with hack version of gyp)
