Hacker News new | ask | show | jobs
by pasta1212 3089 days ago
An Electron app is not considered a native app
2 comments

Not on Hacker News perhaps, but certainly by the rest of the world.
Certainly not.
To the vast majority of users, anything in a browser is a web "site" and anything bundled with the OS or requiring an installer (including Electron apps) are "apps".
To the vast majority of users a virus is anything that's adversely affecting their system, should we use that definition too? The vast majority of people call the common cold the flu (around here anyway), should doctors change the definition of influenza to the layman one? All industries have their own terminology specialized terminology and they don't change it based on what naive end users think.
Sure, but they compete with native apps is the point the parent was making. They download, install, update, configure, and use features like a native app.
But they often don't perform like native apps, both when it comes to size, speed, and look and feel.
Most users are not so discerning. Once Windows ships with a native JS engine (perhaps Chakra), will streaming Electron-based apps without traditional "installation" be possible?
Windows has supported "Electron" apps since Windows 95, when Active Desktop was introduced.

Thankfully it has been largely ignored until web devs decided to start using Electron.

Windows already ships with a JS engine - it's a supported language for UWPs. I don't think you can stream them, though.