Lucas Fernandes Nogueira 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 years ago
..
README.md e57a303748 docs(examples): add missing Readme and clarify existing (#3327) 3 years ago
index.html f37a36f58b fix: streaming example 3 years ago
main.rs 5666c0bce8 fix(examples): properly load request path in streaming example 3 years ago
tauri.conf.json 715cbde384 feat(config): add `$schema` to `tauri.conf.json`, closes #3464 (#4031) 3 years ago

README.md

Streaming example

A simple Tauri Appplication showcase the streaming functionality.

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