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 want to do the frontend hot update function, but I don't want to start a httpserver in rust, because expose a socket port is not very safe.., so I want to reuse the tauri's comm feature in release mode( IPC? ).
In debug mode, I know that the frontend(browser) req html&js to the web server, and in release mode , I can't find any document about this.
I got the discussion #5597, I think may be I should impl custom protocol? In this direction, I want learn more detail about comm between frontend and rust.
And.. about safe, I think I should do encrypt of website files myself, If any else should consider, please give me some advises, thank you.
This discussion was converted from issue #8495 on January 02, 2024 18:29.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to do the frontend hot update function, but I don't want to start a httpserver in rust, because expose a socket port is not very safe.., so I want to reuse the tauri's comm feature in release mode( IPC? ).
In debug mode, I know that the frontend(browser) req html&js to the web server, and in release mode , I can't find any document about this.
I got the discussion #5597, I think may be I should impl custom protocol? In this direction, I want learn more detail about comm between frontend and rust.
And.. about safe, I think I should do encrypt of website files myself, If any else should consider, please give me some advises, thank you.
Beta Was this translation helpful? Give feedback.
All reactions