Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定一个Electron或NW.js应用程序,有没有办法在远程服务器上运行它,然后通过浏览器访问应用程序?
例如,假设我在远程服务器上存储了许多照片。现在我想在使用 Electron/NW.js 编写的照片查看应用程序中查看照片。有没有办法在服务器端启动应用程序,这样我就可以在我的笔记本电脑上访问http://server-ip:some-port并在浏览器中使用该应用程序?
http://server-ip:some-port
它是关于在远程服务器上运行 Electron 应用程序,并使用标准浏览器在另一台计算机上访问 Electron 应用程序。
Electron / nw.js 与您要实现的目标无关。Electron 是允许通过 javascript 编写桌面应用程序的框架,它几乎可以像任何其他桌面应用程序一样工作。如果您想通过远程服务器上的浏览器访问应用程序,那就是网页/应用程序的领域。