Hacker News new | ask | show | jobs
by salty_frog 184 days ago
I recently discovered Tauri. What was the development experience like? Is the project open source? I'd like to take a look :D
1 comments

It was frictionless to get everything up and running.

Communication between the frontend and backend is via an `invoke` method, easy as pie :).

It's not open source, but once I get the Apple developer stuff all done, I'll add an auto-update feature and open source it.