A simple command line based chat application implemented using Python sockets.
python 3.5 or above
- Step 1: Setting up the chat server
python3 server.py [HOSTNAME]
Default Parameters
------------------
<Hostname> : '' //indicates connectivity via localhost
- Step 2: Connecting client to server
python3 client.py [HOSTNAME] [PORT]
Default Parameters
------------------
<Hostname> : localhost
<Port> : 7500
When running on localhost, it will be like python3 client.py