Aller au contenu

Serveurs temporaires

Serveur web python3

python3 -m http.server

Serveur web python2.7

python2.7 -m SimpleHTTPServer

Serveur web PHP

php -S 0.0.0.0:8000

Serveur web Ruby

ruby -run -ehttpd . -p8000