
########################
Visualization Streamer
########################

The **Visualization Streamer** (*VizStreamer* for short) is a component in |ProductName| tailored towards showing CAE visualizations in a web application with data pushed from an application/service running on the server side. It consists of several parts:

- **VizStreamer Service** - A server application with a gRPC interface capable of receiving CAE display data and streaming it to the *Stream Model* client model.
- **VizStreamer Proxy** - A C++ proxy (header files + static lib) to make it easy to send data from a C++ application to the *VizStreamer Service*.
- **Stream Model** - A |ProductName| client-side model capable of rendering the 3D models sent from the *VizStreamer Service*.


.. toctree::
    :maxdepth: 1
    :caption: Visualization Streamer 

    service
    getting-started
    proxy
    grpc
    examples/index