PHP Python Oneliner ProgramowaniePHP, python: serwer WWW uruchamiany z wiersza poleceńJak szybko uruchomić serwer WWW z wiersza poleceń?Jak szybko uruchomić serwer WWW z wiersza poleceń?kilka sposobów:PHP1 php -S 127.0.0.1:8080 -t ./www python1 2 3 4 # python 3.x python -m http.server 8080 # python 2.X python -m SimpleHTTPServer 8080 źródłahttps://gist.github.com/willurd/5720255 - Big list of http static server one-liners