nucliweb
11/14/2014 - 1:34 PM

python SimpleHTTPServer

python SimpleHTTPServer

To start a HTTP server on port 8000 (which is the default port), simple type:

python -m SimpleHTTPServer 8000