Skip to content

VivekTej99/client-server-model-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client-server-model-python


Sockets have a long history. Their use originated with ARPANET in 1971 and later became an API in the Berkeley Software Distribution (BSD) operating system released in 1983 called Berkeley sockets.

Implemenation of client server model using socket programming in python.

Requirements

  • Install Python(3.9 or above)

    • Install it from here
    • Mac users brew install python
  • Install Pipenv

    • Dependency and env manager for python
    • brew install pipenv

Setup

  • Clone the repo

  • Change to project's main directory cd simple-web-browser-python

  • Activate a virtual enviroinment pip env shell

  • Install required dependencies pip install --ignore-pipfile

Run

  • Run the project python3 client.py

About

Implementation of client server model using socket programming in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages