> Small by default, full Node compatibility
I tried `deno desktop index.ts` with the 5-line Hello world in the article.
Result (Windows 10): 442 MB. Ouch.
I thought it would be smaller than an Electron build, but it's far worse. Did I do something wrong?
(libcef.dll: 247 MB) (deno-test.dll: 78 MB <- contains the hello world)
So I hoped we could have a <= 20 MB solution by reusing the OS webview or similar. Having more than 400 MB is a bit deceptive for me. (Again: maybe I just did something wrong in the config: should I do something else than `deno desktop test.ts`?)
https://docs.deno.com/runtime/desktop/backends/#webview-(def...
I'm trying to argue that it should already be available via Firefox, Chromium, etc on desktop.
That's Sciter (https://sciter.com) and Sciter.Quark (https://quark.sciter.com) in particular, no?
Are they running the frontend and backend in the same process? Sounds a bit dangerous security-wise?
For 8 years now, constantly updating to newest Electron, my Electron app has been using only about 150mb of RAM - (see Video Hub App)