Python simple web server

Starting up a Web Server

python 2.x – python -m SimpleHTTPServer

python 3.x – python -m http.server

Was this article helpful?

Leave A Comment?