How to use app directly from browser? #1058
-
|
Is it possible to run mdns-browser locally and acess the interface from a localhost:port ? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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