Skip to content

CloudedByLight/Python-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Socket-Programming

Back-End application containing a set of Server/Client python classes sending data to each other following TCP/IP.

Tech stack: Python

Basic Functionality

Server reads data from data.txt file, formats it and loads it into memory, then listens for client connections.

From the client's end, the UI is printed:

Python DB Menu

  1. Find customer
  2. Add customer
  3. Delete customer
  4. Update customer age
  5. Update customer address
  6. Update customer phone
  7. Print report
  8. Exit Select:

Each of those options are commands that can be sent to the server to execute, before the server sends back the appropriate response to the client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages