rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.68k stars 338 forks source link

Document prominently that the native viewer can also fetch data from WebSocket #8180

Open teh-cmc opened 6 days ago

teh-cmc commented 6 days ago

It seems very few people are aware of the fact that the native viewer can be used to fetch data from a Rerun WebSocket server, just like the web viewer does. This gives you the best of both worlds: a remote pull-based workflow with native performance.

We should make that very clear.