桌面应用程序开发所需的技能

Skills needed for a desktop application development

我目前是一名网络开发人员。我很想知道类似的技术是否用于桌面应用程序开发。此外,我们能否编写一个 Web 应用程序并使用开源浏览器分发它,使其感觉像一个桌面应用程序。

你可以使用例如ElectronJS

If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.

此问题已回答多次,请检查this question。它还列出了这件事的其他选择。