HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shellcoders

no profile record

comments

shellcoders
·2 tahun yang lalu·discuss
Open source WebUI 2.0 library https://github.com/webui-dev/webui ?
shellcoders
·3 tahun yang lalu·discuss
This is funny =)
shellcoders
·3 tahun yang lalu·discuss
[flagged]
shellcoders
·3 tahun yang lalu·discuss
Yesterday the website was down, now is up !!
shellcoders
·3 tahun yang lalu·discuss
I don't think the difference between Electron and Webui is the JavaScript thing you are talking about because Electron uses a bounded Chromium browser. Webui uses any installed web browser, so both are the same.

True differences:

1 - The big difference is that the Electron backend is ONLY JavaScript, while Webui can be used with any language, C, C++, JavaScript, Zig, Nim, V, Python, Go...

2 - Electron is big, yes, +100MB, but gives you complete control of the window, while Webui is 200Kb, but all it does is run a web browser for you and sends you click events, so you have no control over the window because the browser owns it, not your application. So, Webui is suitable only for quick software development, while "big" projects should use Electron.

3 - Any suggestions?
shellcoders
·3 tahun yang lalu·discuss
Yes, WebUI uses the real installed web browser, so no rewriting is needed like WebView. The lib is 200 Kb !!!