# 한줄짜리 HTTP Static Server 모음

> Clean Markdown view of GeekNews topic #1325. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1325](https://news.hada.io/topic?id=1325)
- GeekNews Markdown: [https://news.hada.io/topic/1325.md](https://news.hada.io/topic/1325.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-01-19T09:38:33+09:00
- Updated: 2020-01-19T09:38:33+09:00
- Original source: [gist.github.com](https://gist.github.com/willurd/5720255)
- Points: 6
- Comments: 0

## Topic Body

현재 폴더를 웹으로 서빙하는 명령어들

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

## Comments



_No public comments on this page._
