Y
Hacker News
new
|
ask
|
show
|
jobs
by
jjoe
4507 days ago
python -m SimpleHTTPServer 8080
Above will serve whatever files you have in $PWD
1 comments
dbpatterson
4507 days ago
And be _insanely_ slow (not just the normal, python is slow comment - there are fast web servers in python; SimpleHTTPServer is not).
link