Y
Hacker News
new
|
ask
|
show
|
jobs
by
graemep
45 days 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.
1 comments
TremendousJudge
45 days ago
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.
link
adhamsalama
45 days ago
Doesn't Tauri fix this?
link
graemep
45 days ago
Is that not a partly solved problem?
https://developer.mozilla.org/en-US/docs/Web/API/File_System...
link