Home > Article > Web Front-end > js to develop cross-platform interface programs
HTML + CSS + JS has an inherent sense of superiority in page layout and other style control, so Node-Webkit (renamed NW.js) and Atom Shell emerged in the world of NodeJS
. Their respective representative works include LightTable and the Atom editor comparable to Sublime.
1.node-webkit: an artifact for developing desktop + WEB hybrid applications
As the name suggests, node-webkit is nodejs+webkit.
The benefits of this are obvious. The core secret is to use nodejs to make localized calls and webkit to parse and execute HTML+JS.
http://damoqiongqiu.iteye.com/blog/2010720
https://www.cnblogs.com/zqzjs/p/5513430.html
2. Use NodeJS framework Atom Shell writing desktop applications
https://github.com/electron
https://segmentfault.com/a/1190000006207600
The above is the detailed content of js to develop cross-platform interface programs. For more information, please follow other related articles on the PHP Chinese website!