#Is it possible to port my app to Tauri?

1 messages · Page 1 of 1 (latest)

fluid sleet
#

Hi, I’ve built an app called appleblox (https://appleblox.com) that needs file watchers, app URIs, notifications, etc… with https://neutralino.js.org

Would it possible to port this app to tauri, knowing that I’m not very familiar with rust? Are the typescript apis mature enough to be able to code the app in typescript with little knowledge of rust?

Neutralinojs is a framework for building lightweight cross-platform desktop apps with JavaScript, HTML and CSS.

urban pier
#

After a quick scan of it i'd say your reliance on nodejs apis and packages is too much for a js-only tauri app unless you're okay with having a nodejs sidecar (a second nodejs app alongside your main app).
https://tauri.app/v1/guides/building/sidecar/

fluid sleet
#

Nowhere in my code I use nodejs apis, only JS browser api (and nodejs inside the build process)

urban pier
#

may have mixed something up then idk