Sunday, 19 July 2020
Interesting Snippets from 2020-07-19
-
GitHub - tauri-apps/tauri: Framework agnostic toolchain for building highly secure native apps that have tiny binaries and are very fast.
Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.