作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 Electron 构建一个桌面应用程序。
我知道 Electron 同时处理服务器和接口(interface)部分,我正在考虑以这样一种方式构建应用程序,使这两个部分明确分隔。
我 future 想做的是建一个网站,最有可能使用 React 并使用 Electron 应用程序作为服务器。
由于 Electron 基于 NodeJs,我不明白为什么这是不可能的。我计划公开一些 API 和 Web 应用程序以使用它们。因此,桌面应用程序的一部分也将成为 Web 应用程序的服务器。
我的问题是:
实现这一目标有多容易?
这种方法在安全问题方面如何?
最佳答案
How easy is it to achieve this?
BrowserWindow
, 并指示
BrowserWindow
加载服务器 url:
http://127.0.0.1:X
.
And how does this approach stands in terms of security concerns?
localhost
, 或
127.0.0.1
.这表示
关于node.js - 如何将 Web 界面添加到 Electron 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62413965/
我是一名优秀的程序员,十分优秀!