Tauri Local Server
Sometimes you may want to run a local server with the desktop app.
Actix is a good choice.
Here is sample code. You can run the server in a separate thread in setup.
How is this guide?
Sometimes you may want to run a local server with the desktop app.
Actix is a good choice.
Here is sample code. You can run the server in a separate thread in setup.
How is this guide?