Tauri Example

Is there an example of how to use Tauri with Convex? Would be a banger if yes.
4 Replies
Michal Srb
Michal Srb•12mo ago
Contributions are welcome!
ballingt
ballingt•12mo ago
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.
FleetAdmiralJakob 🗕 🗗 🗙
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?
Michal Srb
Michal Srb•12mo ago
Any example / template will be welcome by the community

Did you find this page helpful?