Quickly Serving Local Content
Sometimes you need to serve some local static content over HTTP/HTTPS for testing SPAs or other things.
I recently stumbled across the dotnet-serve tool which is a dotnet cli global tool. It provides similar basic functionality to the Python module, however it also allows you to do a couple of extra things like returning headers, enabling HTTPS, and enabling content compression.