Hacker News new | ask | show | jobs
by KTibow 741 days ago
For a settings-only frontend, I would personally just run a web server and leave it to the user to open it, so you don't have a webview using up memory. Ehh, works either way.
1 comments

It's a good choice indeed. But it adds complexity. Maybe I will choose to do this in the future.