Hacker News new | ask | show | jobs
by zelcon 658 days ago
Create an ASP.NET Core web server embedded in a binary bundled with Electron and a React frontend. (jk)
1 comments

That is how electron.NET basically works
Kind of suspected people might actually be doing that. “You may live to see man-made horrors beyond your comprehension.”
To be honest, if you use AOT you can get the .net component under 100mb with trimming so it isn’t that bad…

If you cared about disk or memory usage you wouldn’t use electron, anyway.