An extremely basic HTTP Server written using socket module in python.
Clone the repo
$ git clone [email protected]:ani1998ket/Noob_Server.git
Open the repo from the directory where it was cloned
$ cd Noob_Server
Run the Server
$ python3 noob_server.py
Open your browser and type the url
http://localhost:8888/
Type Ctrl + C to exit the server