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

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.