Tauri Example
Is there an example of how to use Tauri with Convex? Would be a banger if yes.
4 Replies
Contributions are welcome!
I've done some Tauri work with WebSockets but not with Convex, this should be pretty straightforward!
If I were doing this I'd start by sending the data to the webview instead of the the Rust shell so that I didn't need to deal with another layer of translating data. I think you need to add the backend URL to an allowlist of places the webview is allowed to talk to, then everything should work.
ok, good to know
maybe I will try it and can link it here
If yes. Should I make a new template or just build my app around it as it shows an example?
Any example / template will be welcome by the community