接着前几篇的讲,尝试了不同方案来制作浏览器,今天又网友提出了新的方案,那么我就来简单记录了解下,多几个方案,多几个出路,遇到问题不用慌。
nw.js
简单介绍
NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.
特性
- Apps written in modern HTML5, CSS3, JS and WebGL.
- Complete support for Node.js APIs and all its third party modules.
- Good performance: Node and WebKit run in the same thread: Function calls are made - straightforward; objects are in the same heap and can just reference each other.
- Easy to package and distribute apps.
- Available on Linux, Mac OS X and Windows.
NW.js构建桌面应用案例
https://www.cnblogs.com/sener/p/8366164.html
Electron
简单介绍
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other apps.
本文介绍了NW.js和Electron两种构建跨平台桌面应用的技术。NW.js结合Chromium和Node.js,允许使用HTML、CSS和JavaScript编写本地应用程序;Electron基于Node.js和Chromium,用于创建使用JavaScript、HTML和CSS的跨平台桌面应用程序。文章提供了两个框架的官网链接及案例教程。
1505

被折叠的 条评论
为什么被折叠?



