的世界里便产生了 node-webkit(已更名为 nw.js) 和 atom shell,它们各自
的代表作有 lighttable 和堪与 sublime 相媲美的 atom 编辑器。
1.node-webkit:开发桌面+web混合型应用的神器
顾名思义,node-webkit就是nodejs+webkit。
这样做的好处显而易见,核心奥义在于,用nodejs来进行本地化调用,用webkit来解析和执行html+js。
http://damoqiongqiu.iteye.com/blog/2010720
https://www.cnblogs.com/zqzjs/p/5513430.html
2.使用 nodejs 框架 atom shell 编写桌面应用
https://github.com/electron
https://segmentfault.com/a/1190000006207600
以上就是js 开发跨平台界面程序的详细内容。