#local-server

[ follow ]
Pythonmorsels
1 month ago
Python

Python's http.server module

Running a local HTTP server using Python's http.server module allows easy navigation of directories with index.html files.
The http.server module in Python can be customized using command-line arguments to specify ports and directories to serve websites from. [ more ]
[ Load more ]