|
|
|
|
|
by Ikryanov
115 days ago
|
|
The business logic of your app is running in the Main process using Bun runtime. The website you load or the app's frontend is running in a separate sandboxed Renderer process. When I run Electrobun app on macOS, I see that it launches the following processes with the following RAM usage: - views://mainview (33.7MB) <- your frontend is running here - react-tailwind-vite-dev Networking (5.4MB) - react-tail wind-vite-dev Graphics and Media (16.7MB) - react-tailwind-vite-dev (60.7MB) |
|