HTTP =
Hypertext Transfer Protocol
Protocolo de transferencia de información que es utilizada en paginas web.
Python 2
python2 -m SimpleHTTPServer
Python 3
python3 -m http.server
Ruby
ruby -run -e httpd
PHP
php -S 0.0.0.0:8000
NODE.JS
npm install serve -g
serve
GO
go get -u github.com/xyproto/algernon
algernon