!!! This code is for educational purposes only and to learn how a simple web server is put together. Do not use this server for any production applications as the current release includes NO security features.!!!
- Simple server implements the built in socket library for python.
- a server class is defined that serves to provide a simple MVC framework.
- The folder labled
Servercontains the definitions for certian helper functions outlined in the documentation to follow.
- Simple Server is built on python 3.9.1
Termcolor- to install run the following command:
pip install termcolor
- to install run the following command:
- a pip lock file
pipenvis included.
- Clone this repository to your computer.
- install dependancies
- run the command
python3 server.py - and thats it!
Comming Soon!