# cryptochat-server
**Description** : TCP Server Chat Application
**Requisite** : Make sure you have Python3 and Pip installed in your System
**How to Run (Linux)** :
1. Install requirements.txt to install necessary packages [**$ python3 -m pip install -r requirements.txt**]
2. Run server.py to run server side and start the server [**$ python3 server.py**]
3. Run client.py to run client side and join the server [**$ python3 client.py**]
4. Group chat (text-only) with clients active in the server
5. Type [**Exit**] or [**exit**] or [**EXIT**] to leave chat and quit the server
**TCP Architecture** :
