Is it possible to install a WebView library in the cloud #13587
Unanswered
jswhisperer
asked this question in
Q&A
Replies: 2 comments 4 replies
-
No. You can host a more or less "normal" website on a server but the webview (think of it as a browser) that loads said website has to run on the client. Or if you mean you want the rust Apis to run on the server side you don't even need a webview nor tauri 🤷 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hypothetically could one host a WebView lib on a server/cloud instance and then connect a static (html) client to allow Rust API's
Beta Was this translation helpful? Give feedback.
All reactions