Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 677 Bytes

File metadata and controls

14 lines (14 loc) · 677 Bytes

Multi-Client-Chat-Server-Using-Python

This is simple chat system using socket Programming. first I create Tcp Server. Now two client can connect via IP of Tcp server. Then they can chat together.

How To Run

1.First run server.py to establish server connection 2.Then run clientsend.py and clientrecv.py script 3.After This give input according to script asking then two client will chat directly

In this system Group chat also can be happen

for group chat run client.py more then twice then give input accoreding to need then group chat will start

AnyBody can contribute in this to improve group chatting.

To contribute just fork and put pull request to me. Thank You.