rerun_bindings::python_bridge

Function serve_web_viewer

Source
fn serve_web_viewer(
    web_port: Option<u16>,
    open_browser: bool,
    connect_to: Option<String>,
) -> PyResult<()>
Expand description

Serve a web-viewer over HTTP.

This only serves HTML+JS+Wasm, but does NOT host a gRPC server.