Home  >  Article  >  Web Front-end  >  js to develop cross-platform interface programs

js to develop cross-platform interface programs

不言
不言Original
2018-04-26 14:46:272171browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn