Morning Dose of One Line HTTP Servers
When you need to serve something up from the command line.
We’ve all done something like:
$ ruby -run -ehttpd . -p8000
It’s a really convenient way of serving up some content on a development machine. Maybe you don’t have Ruby? Well, William Bowers has put together the mother of all lists of one line, static HTTP servers.
Go forth and serve.