Simple complete python web server implemented just with standard libs.
There are no dependencies to install, so it should be easy first
python3 src/server.py
then open http://localhost:8000/.
You can put your files in the htdocs
directory.
Simple complete python web server implemented just with standard libs.
There are no dependencies to install, so it should be easy first
python3 src/server.py
then open http://localhost:8000/.
You can put your files in the htdocs
directory.