9
With the growth of web
many people have abandoned desktop development, but some interesting technologies have emerged, such as the Electron:
Electron allows you to create desktop applications with pure Javascript through of a Runtime with rich and native Apis. You can see this as a variation of the io.js Runtime which is focused on desktop applications instead web-based Servers.
In view of this some doubts have arisen:
What are the positive and negative points when developing with
Electron
? I mean, where he stands out?Since the development with
Electron
is based on web technology this may interfere with application performancedesktop
? Or would be an advantage?
In relation to which?
– Maniero