Hacker News new | ask | show | jobs
by theshetty 2226 days ago
Many desktop apps these days seems to be built on Electron, a JS framework for building desktop-class apps.

https://www.electronjs.org/

2 comments

And many of those apps end up with terrible performance. I'm sure it's possible to write a performant electron app, but I don't see it happen often and it's disappointing.
What is a desktop-class app?
One that can read and write files and directories among other things. (Not an electron fan, but web pages are still pages, not real apps.)
There's a web API for that! https://web.dev/native-file-system/
Does anything but Chrome support this?