GIGAMIND
Folder:
121 Python
File:
121.002 Python - Simple HTTP Server
Simple HTTP Server
When you need to spin up the simplest HTTP server to see some static html pages:
(Python 3+)
python -m http.server
Source:
- Me