What is electron JS used for?

Electron (formerly known as Atom Shell) is a free and open-source software framework developed and maintained by GitHub. It allows for the development of desktop GUI applications using web technologies : it combines the Chromium rendering engine and the Node. js runtime.

Read more

What is electron JS used for?

Electron (formerly known as Atom Shell) is a free and open-source software framework developed and maintained by GitHub. It allows for the development of desktop GUI applications using web technologies : it combines the Chromium rendering engine and the Node. js runtime.

Read more

Is electron JS easy to learn?

Electron basically just gives you a window management API and a few bells and whistles here and there. There’s not much to learn . That being said, you would need a fair amount of NodeJS skills (for doing what web apps in the browser can’t) and a good bit of front-end development skills (for the UI).

Read more