I am trying to do a simple program that keeps track of some internet data. I can get the data from a public JSON object, so that's not really the problem. I would like to automize the process as much as possible. I need to use HTML code and run it from a browser in order to keep it running. If I close the browser, the thread dies. Keeping threads alive until I kill them is pretty much the objective.
I know how to use C#, Python, Java, and C/C++. However I have no experience with server programming. The question basically is, how can I keep a program running on the server to later on be able to retrieve the output?
Note: I'm not sure of which tags to use.