|
|
|
|
|
by queenkjuul
1 day ago
|
|
Im 99℅ certain this could not handle an Electron project. The use case, imo, is to be able to write server side code in familiar TypeScript, then deploy it as a small single native binary (vs Node and Bun which embed the entire 100MB+ runtime when you build a native binary.) Electron for the record ships their own modified Node runtime (not ABI compatible) on top of the whole Chromium renderer |
|