-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Readme feature clarification ("localhost free") #10510
Comments
I think "localhost free" means tauri doesn't create http(s) server for localhost to provide contents for webview. |
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. |
Very helpful, thank you for the replies. Definitely didn't get that from the entry in the feature list; seems worth clarifying somehow. |
I'm not sure just linking to this issue is the proper fix for this, @amrbashir Perhaps the feature can be described as, "Uses native webview rendering" Oh, and I guess you can keep the 🔥 emoji. |
this is genius. |
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: