A simple HTTP server written using python sockets.
This project is written in Python 3.10 and has no other dependencies other than the Python Standard library.
Just run python mhttp.py <your-desired-folder>, where <your-desired-folder> is the folder which you need to serve. If you want to serve the current folder, just run python mhttp.py
| Server | Client |
![]() |
![]() |

