tauri/examples/streaming
2023-10-22 03:38:18 +03:00
..
index.html fix(examples): use __TAURI__.primitives (#8077) 2023-10-22 03:38:18 +03:00
main.rs fix: skip leading slash for asset protocol, closes #7815 (#7822) 2023-09-12 16:57:11 -03:00
README.md fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2022-11-04 12:35:45 -03:00
tauri.conf.json fix: add new ipc to csp config in streaming example, closes #7842 (#7849) 2023-09-18 21:05:48 +09:00

Streaming example

A simple Tauri Application showcase the streaming functionality.

To execute run the following on the root directory of the repository: cargo run --example streaming.

By default the example uses a custom URI scheme protocol. To use the builtin asset protocol, run cargo run --example streaming --features protocol-asset.