I have a project that uses node.js to query a SQLite database and present the data using HTML. I would like to be able to fetch this same data with construct to create interactive infographics.
I have one (working in HTML) route I'm testing called "/show_tables" which simply responds in JSON with a list of rows and populates an HTML <table> with the data. I'm trying to get Construct to do the same thing. I need to populate a Construct 3 text box with this response.
Anyone done this?