iaroki
Blog
About
Code
Links
Simple way to quickly setup HTTP server
Jun 8, 2017
One minute read
Python 2
python2 -m SimpleHTTPServer
Python 3
python3 -m http.server
Tags:
python
Back to posts