This is a chatroom where two or more clients can join the chat and communicate.
To run this:
- Open your command prompt.
- navigate to the chat room folder.
- run the server.py using the following command:python server.py
- Then open two or more cmd windows and run the client.py using the command:python client.py
as long as the server is running the clients can communicate effectively.