A simple multi-user messaging application where data communication takes place from one client to all the other clients connected to the server. Implemented threading and socket functions using Python 2.7
- Run the server script in one terminal.
python tcpserver.py
-
The default port number is 5000.
-
Run the client script in another terminal.
python client.py localhost 5000



