The vertex and index arrays for the Dear ImGui scene are generated server-side. The arrays are streamed to the WebSocket clients and rendered in the browser using WebGL. There can be multiple clients connected simultaneously to the same server sharing the same Dear ImGui context.
