Opening TObject using JSROOT

I am trying to access a root file from the server and loop over the Objects inside it on the client side, is there a method to access the list of TObject and their keys ?

Hi,

I missed this topic three years ago - is it still actual?

Sergey

Which port you were actually using for this keys?

Regards,
Nasaka Smith https://plex.software/ https://tutuappx.com/

Hi Nasaka,

JSROOT able to read ROOT files from any http/https server disregard of any port numbers.
Original question was about objects listing in TFile, using JSROOT.
It is possible, after file is opened with JSROOT.OpenFile() function:

https://root.cern/js/latest/jsdoc/JSROOT.html#.OpenFile

List of keys can be found in file.fKeys array.

Regards,
Sergey