tauri/examples/streaming
2022-12-15 17:56:23 -03:00
..
index.html feat(ci): improve cache, add test-core features matrix (#5604) 2022-11-10 17:30:10 -03:00
main.rs chore: fix clippy warnings 2022-12-15 17:56:23 -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(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2022-11-04 12:35:45 -03: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.