-2

I'm currently working as a web developer. I'm curious to know if similar technologies are used for desktop application development. Morever, can we write a web app and distribute it with a open source browser so that it feels like a desktop application.

1 Answers1

0

You can use for example 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 is answered many times, do check this question. It also lists other options in this matter.

Salal Aslam
  • 1,367
  • 4
  • 16
  • 32