Listeners HTTP
Python3
python3 -m http.server
Python 2.7
python2.7 -m SimpleHTTPServer
PHP
php -S 0.0.0.0:8000
Ruby
ruby -run -ehttpd . -p8000
python3 -m http.server
python2.7 -m SimpleHTTPServer
php -S 0.0.0.0:8000
ruby -run -ehttpd . -p8000