Tauri Monorepo #6892
Unanswered
FleetAdmiralJakob
asked this question in
Q&A
Tauri Monorepo
#6892
Replies: 1 comment
-
Clarify what you mean by "Typescript backend" If you mean your "node.js" backend then the answer is not directly as part of Tauri, no, Tauri doesn't deal with node.js, you can sidecar node.js into your app to run scripts but you'd have to set up communication and everything yourself If you mean running your TS written code in the Rust backend then the answer is basically the same, Tauri doesn't give you a js runtime of any sort, so you'll have to use a crate and set it up manually yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use my shared Typescript backend with my Tauri app
Beta Was this translation helpful? Give feedback.
All reactions