With the growth of web
many people have abandoned desktop development, but some interesting technologies have come out, such as Electron :
Electron lets you create desktop applications with pure JavaScript through of a runtime with rich and native APIs. You can see this as a io.js runtime variation that is focused on desktop applications instead of web servers.
Faced with this, some doubts arose:
What are the strengths and weaknesses of developing
Electron
? That is, what does it stand out for?
Since development with Electron
is based on web technology
can this interfere with the performance of the desktop
application? Or
would be an advantage?