Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 202 Bytes

web-servers.md

File metadata and controls

17 lines (13 loc) · 202 Bytes

Web Servers

python2.7 -m SimpleHTTPServer
python3 -m http.server
php -S 0.0.0.0:8000
ruby -run -ehttpd . -p8000