JS/Typescript Backend for Tauri #6891
Unanswered
FleetAdmiralJakob
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Nope. You can sidecar node.js into your application and run code there, but Tauri is a Rust project, if you want to develop backend functionality you'll have to use Rust. You can get pretty far with just using the Tauri JS API though and plugins. But Tauri doesn't provide any form of javascript runtime that you can tap into. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know Rust, but I love Typescript, explicitly with Next.js. Is there a way to run my Tauri Backend with Typescript or the Next.js backend features?
Beta Was this translation helpful? Give feedback.
All reactions