3 Ways to run a simple webserver from the command line

You need to run a simple web server and you don’t want to set up a virtual host or do any configuration. Here is how you can run a simple web server locally. Note, these utilities are not for production web hosting. Pythons built-in HTTP server Use Pythons built-in HTTP server. Python ships with a […]