Hacker News new | ask | show | jobs
by mwfunk 3667 days ago
I was about to say, "not that many apps, all I can think of is Atom and VS Code", but I was surprised by the size of this list: http://electron.atom.io/apps/

I've never used it, but it sounds potentially great for people who do a lot of web development. It's a frictionless way for them to share code and other assets between native(isher) desktop apps and web projects. For web developers who don't do desktop development at all, it's also a relatively frictionless way to ship a desktop app.

If you don't need a cross-platform UI toolkit, and/or don't need to (or want to) use web technologies in a desktop app, it wouldn't be a net positive. Obviously there are downsides in terms of performance and not having a native UI. The upsides depend on your requirements, which range from 0 to >= the downsides.