tauri/examples/streaming
Amr Bashir 45330e3819
fix(core): rewrite asset protocol streaming, closes #6375 (#6390)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-05-23 15:30:31 -03:00
..
index.html feat(ci): improve cache, add test-core features matrix (#5604) 2022-11-10 17:30:10 -03:00
main.rs fix(core): rewrite asset protocol streaming, closes #6375 (#6390) 2023-05-23 15:30:31 -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 chore: rename config-schema to tauri-config-schema (#6250) 2023-04-07 12:11:05 -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.