Skip to content

Comment on A GUI framework for C# console applicationsparent

Comments

There are many reasons why one would not want to use Electron to write an application.

- An Electron application is necessarily slower and larger than a native application with the same functionality

- An Electron application is yet another browser instance on a user's machine, with all the vulnerabilities of that version of Chrome

Those two alone are enough reasons for a lot of (but still far too few) developers.

Software is getting slower much more rapidly than hardware is getting faster, and one of the reasons for that is Electron and how seductive it is to application developers.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.