alwaysInBeta Stable software is for the weak

python local http server one-liner

original date: 2015-04-13 18:11:51+00:00

python3 -m http.server

or

python2 -m SimpleHTTPServer

For others (beyond Python), see this list.