How to use app directly from browser? #1058
Answered
by
hrzlgnm
RaulTrombin
asked this question in
Q&A
|
Is it possible to run mdns-browser locally and acess the interface from a localhost:port ? |
Answered by
hrzlgnm
Apr 30, 2025
Replies: 1 comment
|
No, that's not supported and will not be supported in the future. Mainly because the app is using Tauri as an application framework. Which is similar to electron and does not provide a HTTP server a browser could connect to. /edit punctuation |
0 replies
Answer selected by
hrzlgnm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that's not supported and will not be supported in the future. Mainly because the app is using Tauri as an application framework. Which is similar to electron and does not provide a HTTP server a browser could connect to.
I also don't intend to add such a feature, because the design of the back-end is rather simple. It is not intended to be served to more than one front-end. I would like to keep it that way.
/edit punctuation