Lunch the easiest WebServer in Python


Do you know you can launch a WebServer with this simple python command?

python -m http.server --bind 0.0.0.0 --directory . 8080


Credits to https://realpython.com/python-http-server/

alternative

Social links