-
git clone https://github.com/demogit220/RSA_Client_Server.git
-
cd RSA_Client_Server
-
pip install -r requirements.txt
-
run python server.py
-
Enter the IP address and port number of the server
-
run python client.py on another terminal
-
Enter the IP address and port number of the server
-
Connection is established. Now you can send messages from client to server. 🌟