The fastest HTTP server to deploy with Python

Python 2

python2.7 -m SimpleHTTPServer 8080

Python 3

python3 -m http.server --bind 127.0.0.1 8080