Is tauri right for my self hosted server and multiple client project? #13395
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Assuming frontend features includes being able to show a window (even if that shows a remote-ish url) then i think it's not the best tool for the job. It would still work though.
Sure, why not.
To a degree this is personal preference and/or depends on how much platform dependent stuff you'll do. In general though a single tauri project can target multiple platforms and is what people usually do. |
Beta Was this translation helpful? Give feedback.
Assuming frontend features includes being able to show a window (even if that shows a remote-ish url) then i think it's not the best tool for the job. It would still work though.
Not sure which features you listed are desired for the server but for example most plugins main purpose is to expose rust code/crates to the js side / integrate them better into tauri's event loop. Packaging for example can also be done via cargo-packager which is a generalized outsourced tauri-bundler.
Sure, why not.