Electron Spins: a special case of Chromium mods
11–15 of 15 posts
Re: Electron Spins: a special case of Chromium mods
#12The list of examples isn’t very compelling. Extensions should be things that can’t be done in Javascript.
I think the "new protocol" example is particularly good one - things like IPFS run complex daemons under the hood and might access gigabytes of data, while their interface to browser is relatively simple: a channel which takes small requests and returns medium-sized responses. It's ideal case for moving to native code.
(Of course it has its own downsides too, like losing ability to run same codebase on the web. So far, I've been avoiding Electron's usage by running web versions instead - Slack-on-the-web is just as featureful as Slack-in-Electron, but shares memory with my main browser. But for other applications, native code should be a plus)
Re: Electron Spins: a special case of Chromium mods
#13Re: Electron Spins: a special case of Chromium mods
#14A quick glance at the headline makes me think this is about electron spins in elemental chromium. I know, naming things is hard, but c'mon people.