Skip to content

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

Notifications You must be signed in to change notification settings

jatanrathod/Group-Chat-using-Swing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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. :)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages