Skip to content

kagozi/Python-Client-Server-Pair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PYTHON CLIENT-SERVER

This is a simple implementation of a server that handles requests from multiple clients.


DESCRIPTION

This basic application is a client-server python chat room implemented over HTTP. The server is able to listen to multiple requests and forward communication to each client. The clients can also communicate with each other over the server.


RUNNING THE SERVER

Download the zip file from the repo and unzip it to your preferred location. Open the command prompt/shell and change the file directory to where the script sits. Run the server by: python server.py. Run the client by: python client.py. (you can run multiple clients by opening more cmd prompt windows)


CREDITS

Alex Kagozi


LICENSE AND COPYRIGHT

Copyright © Alex Kagozi

SCREENSHOTS

server-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages