Wednesday, August 24, 2011

Python Tip: Simple HTTP server.

python -m SimpleHTTPServer [port]



That's it!

Note: Server will fetch from current working directory.

No comments:

Post a Comment