Hacker News new | past | comments | ask | show | jobs | submit login

There is still Qt WebEngine as a "lite" Electron. Or if that is too objectionable you can use the WebView interface with a users browser and let the app run as a background process.



Electron (while inside Atom) started out its life as a WebView from WebKit.framework, but they realized there are too many downsides to that. So they forked Chromium to add it to a Node process and wired it into Node's libuv, which is all Electron really is. So yes it's heavier weight, but now you have Developer Tools built in.


What would be really awesome is if Electron somehow managed to use shared resources if the Chrome was already open and not be a giant memory hog.

That's the biggest downside to Electron I see. You can create some fast performant UIs in it, but just a blank view is a big memory hit.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: