0
Q:

simple http server python

# If Python version is 3.X
python3 -m http.server

# If Python version is 2.X
python -m SimpleHTTPServer
6
python -m http.server 8000 --bind 127.0.0.1
4
On Ubuntu go to Commands and hit these two commands->
cd folderName
python3 -m http.server 8080
4
python -m SimpleHTTPServer 8080
0

New to Communities?

Join the community