mardi 27 octobre 2015

Running Python Web Server

I am using python with Flask framework. As you may know that when you run the script, It will run in foreground. Like this:

python hello.py
 * Running on http://localhost:5000/

How can I run a python web server to run python script in background like what Apache Web Server does.

Thanks




Aucun commentaire:

Enregistrer un commentaire