Skip to content

This project construct a simple TCP based client and server which can talk to each other.The server binds to a specific port and listen for connections, and is able to manage multiple clients simultaneously.

Notifications You must be signed in to change notification settings

JasonZhang1993/Typical-TCP-client-and-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Typical-TCP-client-and-server

This project construct a simple TCP based client and server which can talk to each other.The server binds to a specific port and listen for connections, and is able to manage multiple clients simultaneously.

RUN:

Firstly run server: % python server.py

Next run client: % python client.py

About

This project construct a simple TCP based client and server which can talk to each other.The server binds to a specific port and listen for connections, and is able to manage multiple clients simultaneously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages