

In Tauri, the rust backend is the glue between web/js and OS functions. Yet you don’t need to do any rust code, it’s delivered ready.


In Tauri, the rust backend is the glue between web/js and OS functions. Yet you don’t need to do any rust code, it’s delivered ready.


Tauri is the way to go ; so that every app doesn’t each embed another web browser that makes for 90% of the file size.
Well since it’s literaly us vs the planet (since we seem to be unable to regulate our society’s consumption of finite resources), the question is : does the planet exist for us to consume it ?
The answer is no, but we’ll still consume it.
Do we deserve to live ? Well outside of society, there is no reason we’re deserving it more than any living being. And sometimes I clearly wonder, when some individuals contribution is a big negative legacy for the next ones, and to the planet.
Tbh I do not mean we (humans) do not deserve to live, but I clearly wouldn’t want it taken for granted, cause it is not.


You were thinking linux windows’like, but did you thought about React OS ?


Sorry, my what ? Are you talking about relics of the past ? ;D
Let’s say you are a webdeveloper trying to package your js app into a executable.
Tauri makes it so that it embeds your js into a rust base, and if you need to interact with the os, you have a Tauri JS API which calls predefined rust functions embedded in the executable.
You can literally never write rust code while using tauri.
But they givr you the choice, since rust is faster than compiled js, you also can create rust functions which you then call from your js code.