I have point cloud data in postgresql, and I have written a rest endpoint which fetches points in json format for a given bounding box. Endpoint streams the data in chunks.
Now what I want is to integrate this endpoint with a viewer application where user can connect to endpoint, fetch data, and view point cloud.
I want to know if QGIS can be helpful here.
Or any other opensource app?