#I want to write ipc handlers in js

2 messages · Page 1 of 1 (latest)

solar gull
#

so as I understood IPC side should be written in rust and not in js? what if I dont know rust? only one choice is left to move on electron?

feral pilot
#

There is support for deno in Taurify (a commercial product based on Tauri) and I would guess in the future sometime there will be deno (and therefore node) support in Tauri itself but wouldn't count on it at the moment.

If the exposed API from Tauri and community plugins is not enough and you don't want to learn Rust or copy paste something together then it's probably best to stick with electron.