Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 275 Bytes

py-socket-chat

Simple chat application using python sockets. Allows multiple clients to connect with threading implementation.

Happy chatting!

Server

To start the server, run:

python server.py

Client

To connect a client, run:

python client.py