You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to use Tauri for my next desktop application. In the readme, under the list of features, is the following bullet point:
Localhost free (🔥)
The flame suggests this is a fairly notable point of differentiation, but I haven't been able to figure out what it means. I've searched through the issues on GitHub, read over the website, gone through the getting started guide, but still don't know. I actually even checked the blame to figure out when that line was added to the readme and then cross-referenced release notes from around that time, but no luck. Not to suggest that what's not obvious to me isn't obvious to everyone else, but maybe this should be phrased differently, or hyperlinked to something that explains it. I'm at a loss.
Hope this feedback is helpful.
The text was updated successfully, but these errors were encountered:
I think "localhost free" means tauri doesn't create http(s) server for localhost to provide contents for webview.
(some webview-based ui framework depends on localhost http(s) sever launched internally, but tauri doesnt.)
It might be more obvious to use localhost sever free but this still is not obvious so I think it's better to explain with sentence somewhere.
The above is correct. Instead of relying on localhost server that expose your frontend to all other processes we use native webview apis to inject the assets right before the webview requests hit the network stack.
I'm looking to use Tauri for my next desktop application. In the readme, under the list of features, is the following bullet point:
The flame suggests this is a fairly notable point of differentiation, but I haven't been able to figure out what it means. I've searched through the issues on GitHub, read over the website, gone through the getting started guide, but still don't know. I actually even checked the blame to figure out when that line was added to the readme and then cross-referenced release notes from around that time, but no luck. Not to suggest that what's not obvious to me isn't obvious to everyone else, but maybe this should be phrased differently, or hyperlinked to something that explains it. I'm at a loss.
Hope this feedback is helpful.
The text was updated successfully, but these errors were encountered: