Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 311 Bytes

File metadata and controls

6 lines (5 loc) · 311 Bytes

python-socket-chat

Simple python socket chat app with multiple client

This app is using socket programming to send data between clients. If you want send message to other client write "{clientid}" and put ":" then write your message. Each client can only see messages sent to them and sent by themselves.