Hi,
I'm looking for some advice.
I have a small app written that displays live data from a constantly updated csv file.
Every time the csv file is updated the app updates the tableview, nice and simple and it works well.
I'm now looking to try and do this in a webapp and serve the data as a webpage.
What would be the best way to approach this? I don't want any user interaction I would want the webpage to refresh automatically when the data is refreshed.
Any pointers in the right direction would be appreciated.
Thank you.
I'm looking for some advice.
I have a small app written that displays live data from a constantly updated csv file.
Every time the csv file is updated the app updates the tableview, nice and simple and it works well.
I'm now looking to try and do this in a webapp and serve the data as a webpage.
What would be the best way to approach this? I don't want any user interaction I would want the webpage to refresh automatically when the data is refreshed.
Any pointers in the right direction would be appreciated.
Thank you.