Hi all, thanks for taking the time to read! Here is what I am trying to do:
I want to make a simple website that shows you a simple frame. The first time you click in the frame, the website drops a zero into the frame where you clicked. It then starts counting up from zero where you clicked. I want the counting to take place on the server.
I know that I could do this without counting on the server, but I am doing this as a learning project to learn how to write a service. The only part I do not know how to do is to get the counting to run on a remote server that I do not own. If I need to rent, that is fine, but I am not sure where to search to compare the cost of renting servers. I have an account on iPage that provides a SQL database and cloud storage, but so far it looks like they do not provide the option to have any custom server side processing running.
Thanks again for taking the time to read. Any help greatly appreciated!