Skip to content

Qianfinland/TCP_Socket_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TCP_Socket_Python

A simple example on socket programming in Python. Sever can handle multiple connections a time by creating new thread.

How to run the code.

Start the server file by command

$python connectSever.py

Open 2 or more terminal windowS to run client file with command

$telnet localhost 8888

Type messages in different windows, you can see sever has multiple connection and also handles replying messages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages