Is it possible to write a web page with a script check and run it from a free server?

I apologize if my question is stupid and not in the right place.

I know that you can write a script (in any programming language) that will check some web pages every 20 minutes, write your HTML code (source) and store it in some kind of file. I can also launch it from my computer.

But what if I can’t keep my computer constantly? Do you find it possible to upload this script to some free web server and run it from there all the time?

+2
source share
1 answer

Of course it is possible. You just need to find the equipment that will provide you with a server for such a task.

Google App Engine http://code.google.com/appengine/, Python Java. . , 10 .

. .

. , -; script .

, -, . -:)

+2

Source: https://habr.com/ru/post/1723073/


All Articles