JackDotJS / node-studio

Node-based music production tool, built with Tauri.
MIT License
7 stars 1 forks source link

Ways to pass data from Webview to Tauri and back #48

Open bdotsamir opened 3 months ago

bdotsamir commented 3 months ago

There are a couple of different ways to do this.

One of these is Tauri's built-in implementation with events & serde_json:

Another option is an HTTP API on the Rust end

A third option (which I am personally in favor of) is a websocket server on the Rust end: