Multi-Client Feature Vote #434
Replies: 3 comments 2 replies
-
of course it should be,and webui's goal should be better than blazor (cause balzor can not write in other languages except c#).But at the beginning webui can offer a interface,the specific implementation can be handed over to other backend languages, since web development and concurrency are strengths of these languages, for example, Go. |
Beta Was this translation helpful? Give feedback.
-
Do we have a discord group?please tell me the name I'd like to chat with people there |
Beta Was this translation helpful? Give feedback.
-
Implemented:
Note: |
Beta Was this translation helpful? Give feedback.
-
WebUI is a GUI library focusing on creating a GUI window using a web browser (Or WebView) and letting one user access and use it. This is working great for a desktop GUI software project. However, according to this discussion and many old discussions, WebUI cannot be used in web app (local website) projects because WebUI, by design, allows one single user (client) per window only.
A multi-client feature will be helpful for web apps, but implementing this feature will take time and significant core changes, and it will create those new APIs:
Note: If no multi-client mode is set
webui_set_config(multi_client, ...)
, then everything will stay and work as before.17 votes ·
Beta Was this translation helpful? Give feedback.
All reactions