Replies: 1 comment 5 replies
-
The patterns aren't really up-to-date right now, most of them are still from alpha versions and tauri changed a lot since then (for example you could chose between the custom-protocol and an embedded server (that's the server mentioned in the diagrams). So don't waste your time trying to fit sidecars in them too.
Yes it is possible. And which part does it doesn't reallyyy matter, but the javascript frontend definitively should be the last resort. I'd say letting the django webserver do that might be the way to go here, but that completely depends on your actual app/context. |
Beta Was this translation helpful? Give feedback.
-
I saw this #1645 (reply in thread) but still unsure.
I saw a bunch of patterns such as cloudbridge https://tauri.studio/en/docs/guides/patterns/cloudbridge#diagram
and i did see bundler pattern such as sidecar.
Suppose I have a Django webapp, i understand i need to choose sidecar, but what pattern do I choose?
is it cloudbridge? is the django webapp in the server part of the diagram?
also is it possible to communicate with servers on the internet? which part communicates with the internet API? is it the django webserver?
my ultimate goal is to create offline first desktop app that can sync with an internet server but i am more comfortable with django webapp, so i am unsure how to do this with minimum efforts in learning new patterns.
I don't mind learning, but i want to as much as possible reuse what i already know.
thank you
Beta Was this translation helpful? Give feedback.
All reactions