Skip to content

Building a simple python http server from scratch to understand the inner workings of a Client-Server model

Notifications You must be signed in to change notification settings

FmpCodes/mint-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

mint-server

Just a simple python http server

#Code Explanation

Line 2 : The first line "import socket" is simply instructing the python interpreter to add or make visible the socket module of python which contains useful methods for executing an instance of a client<->server request-response cycle.

Line 4 : The values on the right are assigned the values on the left

About

Building a simple python http server from scratch to understand the inner workings of a Client-Server model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages