Comment by graemep
3 hours ago
You can have more lightweight Web UIs if you just open a browser window instead of bundling the browser with your app as Electron does.
3 hours ago
You can have more lightweight Web UIs if you just open a browser window instead of bundling the browser with your app as Electron does.
While I agree in principle (slack works just fine as a firefox tab, thank you very much), if the application needs filesystem access, it's not going to be viable.