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