Simple HTTP Server for any folder via python

Broonix July 27, 2016
Source
Ever need to have create a web server for an arbitrary folder on your Mac? Python provides a super nice and quick one liner to do this: python -m SimpleHTTPServer 8080 Boom! A running server in whatever folder you typed that command in.

Discussion in the ATmosphere

Loading comments...