tauri/examples/streaming
2023-02-19 10:17:49 -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: update license year (#6311) 2023-02-19 10:17:49 -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.