Tauri Apps without Rust? Write Your Backend in Javascript
TL;DR: I wrote Tauri-specific Rust bindings for BareKit as a Tauri plugin, so you can write your backend in JavaScript without touching Rust at all (other than enabling the plugin) or split your logic between JavaScript and Rust.
- Most modules on NPM work out of the box.
- Native addons are autolinked.
- Mobile is supported as well.
Interested? Read on! The plugin
Comments
No comments yet. Start the discussion.