Daily Shaarli

All links of one day in a single page.

October 4, 2022

Serving Files with Python's SimpleHTTPServer Module

For quick testing, setting up a server is more of a hassle than making the application itself. In this article, we'll use the SimpleHTTPServer module to quickly run a Python app and access it through the browser.