+ 3

Best way to use python script remotely?

It needs to be executable from anywhere. Currently I’m using SimpleHTTPServer to receive http requests and do actions depending on the path and data. It’s really old way and I had some trouble with it. I was wondering if theres any better way. Like another better http server library? Also do http requests have time limits while waiting for response? The data sent with the request is very small. But the execution time in the other end can be quite long.

15th Oct 2018, 10:50 PM
Toni Isotalo
Toni Isotalo - avatar
2 odpowiedzi
+ 1
i'm doing somethign like this,i tried to use the simpleHTTPServer lib but it can't handle php and python file . So I found apache web server it's better and it is open source!
16th Oct 2018, 6:01 AM
Giacomino Panevino
Giacomino Panevino - avatar
0
Telnetlib ;)
21st Feb 2019, 4:58 AM
Hotwire
Hotwire - avatar