Start a simple HTTP server using Python
Start a simple HTTP server using Python 3, using the in-built http.server module.
Authored by: anand-tripathiport
directory
Command
Copy
python3 -m http.server port -d .
Tags
Edit in GitHub
Copied
Start a simple HTTP server using Python 3, using the in-built http.server module.
Authored by: anand-tripathipython3 -m http.server port -d .