Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 656 Bytes

Group-Chat-using-Swing

Group Chat Application in Java using Swing and Caesar Cipher Encryption. Great Example of Client Server Model and End-to-End Encryption.

Prerequisite

JVM

To Run

First clone the repository

$ git clone https://github.com/jatanrathod/Group-Chat-using-Swing.git

Now, run the server.java from server/src/server/ on one machine and Client.java on other Machine.
You require ip address of the server machine to put it in the socket object of 'client.java' in client/src/client/
Now, run the client on another machine.
It will work better with any Java IDE like Netbeans, eclipse, etc. Done. :)