한줄짜리 HTTP Static Server 모음
(gist.github.com)현재 폴더를 웹으로 서빙하는 명령어들
python -m http.server 8000
twistd -n web -p 8000 --path .
ruby -run -ehttpd . -p8000
php -S 127.0.0.1:8000
busybox httpd -f -p 8000
webfsd -F -p 8000
현재 폴더를 웹으로 서빙하는 명령어들
python -m http.server 8000
twistd -n web -p 8000 --path .
ruby -run -ehttpd . -p8000
php -S 127.0.0.1:8000
busybox httpd -f -p 8000
webfsd -F -p 8000