A simple multi-threaded web server written in Python 3.
An extremely basic multi-threaded web server built in Python 3. The web server supports POST and GET and (.cgi) script execution.
Simply run server.py
server using Python 3. The server can be quit with a Keyboard Interrupt.
- This program uses the basic built-in modules in Python 3.