Skip to content

Painzoe/python-socket-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server Project

This is simple client-server communication project. It demonstrates how a server and client communicate over sockets. A timeout feature is also added to prevent infinite waiting.

How to run

  1. Start to server:
python3 server.py
  1. Start to client:
python3 client.py
  1. The client will connect to the server and exchange messages.

Example

example

About

Basic TCP socket communication between client-server for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages