fn serve_web_viewer( web_port: Option<u16>, open_browser: bool, connect_to: Option<String>, ) -> PyResult<()>
Serve a web-viewer over HTTP.
This only serves HTML+JS+Wasm, but does NOT host a gRPC server.