| > What are the remaining APIs that people need in Electron that are not available in the web browser? And what's the timeline to getting those in the browser to deprecate Electron? I get what you're saying but to me, even if I could do literally everything that node does inside the browser, that STILL would not deprecate electron for me. It's not lack of functionality in the browser that's a problem for me. It's mutability of the browser. With electron, I get to use ONE version of javascript, ONE implementation of the DOM, ONE implementation of CSS. Period. I do not give a single hoot about that ancient corporate version of IE you have to use at work. About how this looks in safari, versus edge versus, opera, versus whatever. It simply doesn't matter anymore. no more shims, and I can dump about half of the frameworks and stuff from my code because of it. If I get an app going that everyone likes and I actually want it on the web, THEN I can go and add all the cruft I'll need to make it work out there in the wild. this is a very good thing (at least for me). |