python modules for creating servers code example
Example 1: start a simple http server python3
python3 -m http.server 8000
Example 2: python httpserver
python -m http.server 8000 --bind 127.0.0.1
python3 -m http.server 8000
python -m http.server 8000 --bind 127.0.0.1