A simple Chat server and client implementation using Python sockets
All you need to get started with the Chat is a machine with python installed.
- Run
git clone https://github.com/JacobJax/Python-TCP-Chat.git
- Run
python server.py
to start the server. You can the runpython client.py
on multiple multiple machines to connect to the chat server.
If you have problems running
python server.py
orpython client.py
try usingpython3 server.py
andpython3 client.py
instead.