Is it possible not to create UI on start but serve only as web server? #1635
-
Hello, I tried hard to find the answer myself but failed. I want to add UI to one of my Go applications. The thing is, it's widely run in Docker containers, and in this case, there is no reason to create any windows. The only solution is to serve UI in a browser. Can |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
That's something we are planning and most of it is already there to be honest. @tmclane is keen on this too. |
Beta Was this translation helpful? Give feedback.
-
I'm also pretty interested in this, is it somewhere in the roadmap ? |
Beta Was this translation helpful? Give feedback.
-
i'm also interested, this will be a game changer for features that are not supported by webview itself of by the specific platform webview implementation such us lack of webrtc/mediaDevices on linux reported by @oxzjh here I have some trouble now because I can't implement voicecall on linux, but if I could run wails only as backend (like waisl dev works) and call golang code from websocket that would be awesome |
Beta Was this translation helpful? Give feedback.
That's something we are planning and most of it is already there to be honest. @tmclane is keen on this too.